FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Doc/conf.py - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
conf.py
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Mar 1, 2018
bpo-30607: Use external python-doc-theme (GH-2017)
Jon Wayne Parrott
authored and
ned-deily
committed
bf63e8d
View commit details
Copy full SHA for bf63e8d
View code at this point
Browse repository at this point
Commits on Dec 2, 2017
bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940)
Show description for 7324b5c
JulienPalard
authored and
ned-deily
committed
7324b5c
View commit details
Copy full SHA for 7324b5c
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
Exclude non-default VENVDIR in Doc builds (#3974)
ned-deily
authored
6129250
View commit details
Copy full SHA for 6129250
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
bpo-31423: Fix building the PDF documentation (GH-3693)
Show description for da9b4cf
Linkid
authored and
zware
committed
da9b4cf
View commit details
Copy full SHA for da9b4cf
View code at this point
Browse repository at this point
Commits on Mar 18, 2017
bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)
marco-buttu
authored and
berkerpeksag
committed
909a6f6
View commit details
Copy full SHA for 909a6f6
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
Rename Doc/README.txt to Doc/README.rst and add formatting (#104)
Show description for b3f1f59
Roger
authored and
vstinner
committed
b3f1f59
View commit details
Copy full SHA for b3f1f59
View code at this point
Browse repository at this point
Commits on Feb 11, 2017
Fix some sphinx warnings (#9)
Show description for e7ffb99
refi64
authored and
methane
committed
e7ffb99
View commit details
Copy full SHA for e7ffb99
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Issue #19489: Move the search box from sidebar to header and footer.
zware
committed
a3090a4
View commit details
Copy full SHA for a3090a4
View code at this point
Browse repository at this point
Commits on Jun 5, 2016
issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6)
Show description for 889f914
orsenthil
committed
889f914
View commit details
Copy full SHA for 889f914
View code at this point
Browse repository at this point
issue27202 - Exclude 2.x release notes from python3 make doctests.
Show description for ff6c5c5
orsenthil
committed
ff6c5c5
View commit details
Copy full SHA for ff6c5c5
View code at this point
Browse repository at this point
Commits on Apr 24, 2016
Issue #19731: Update copyright year in docs.p.o footer
Show description for 2ec1bee
berkerpeksag
committed
2ec1bee
View commit details
Copy full SHA for 2ec1bee
View code at this point
Browse repository at this point
Commits on Jan 8, 2016
Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
orsenthil
committed
cbe6356
View commit details
Copy full SHA for cbe6356
View code at this point
Browse repository at this point
Commits on Jul 2, 2015
docs/conf: Undo changes in b2a3baa1c2b0; issue #24400
Yury Selivanov
committed
6aeda91
View commit details
Copy full SHA for 6aeda91
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine
Yury Selivanov
committed
cc1d028
View commit details
Copy full SHA for cc1d028
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Ignore .rst files in the venv directory.
brettcannon
committed
9b16666
View commit details
Copy full SHA for 9b16666
View code at this point
Browse repository at this point
Commits on Oct 29, 2014
linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again).
birkenfeld
committed
0ef4966
View commit details
Copy full SHA for 0ef4966
View code at this point
Browse repository at this point
Use https:// URLs when referring to python.org hosts.
birkenfeld
committed
e73778c
View commit details
Copy full SHA for e73778c
View code at this point
Browse repository at this point
Adjust the author field of the .tex files to reflect that docs are now maintained by all of us
birkenfeld
committed
9ab33ea
View commit details
Copy full SHA for 9ab33ea
View code at this point
Browse repository at this point
Move HTML templates to their own subdir.
birkenfeld
committed
a1f8486
View commit details
Copy full SHA for a1f8486
View code at this point
Browse repository at this point
Move Sphinx extensions to their own subdir.
birkenfeld
committed
e039029
View commit details
Copy full SHA for e039029
View code at this point
Browse repository at this point
Remove a few config values that keep the default values, move values to the correct section
birkenfeld
committed
9a333a6
View commit details
Copy full SHA for 9a333a6
View code at this point
Browse repository at this point
Remove deprecated and now unnecessary config value from conf.py.
birkenfeld
committed
3fdea95
View commit details
Copy full SHA for 3fdea95
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
Remove unused and now removed config value.
birkenfeld
committed
ea7ec2b
View commit details
Copy full SHA for ea7ec2b
View code at this point
Browse repository at this point
Commits on Oct 1, 2014
Fix overlooked conf.py setting in flattening of Doc directory.
ned-deily
committed
14366f3
View commit details
Copy full SHA for 14366f3
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
birkenfeld
committed
97e9ec6
View commit details
Copy full SHA for 97e9ec6
View code at this point
Browse repository at this point
Commits on Sep 22, 2014
Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to
Show description for 90d76ca
birkenfeld
committed
90d76ca
View commit details
Copy full SHA for 90d76ca
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
Merge in all documentation changes since branching 3.4.0rc1.
larryhastings
committed
3732ed2
View commit details
Copy full SHA for 3732ed2
View code at this point
Browse repository at this point
Commits on Oct 12, 2013
Introduce support for documenting which C API elements are not part of the stable/limited API.
birkenfeld
committed
5c01d99
View commit details
Copy full SHA for 5c01d99
View code at this point
Browse repository at this point
Commits on Apr 7, 2012
Determine opensearch URL from current version.
birkenfeld
committed
014397e
View commit details
Copy full SHA for 014397e
View code at this point
Browse repository at this point
Closes #14511: merge with 3.2
birkenfeld
committed
30e4ca4
View commit details
Copy full SHA for 30e4ca4
View code at this point
Browse repository at this point
Closes #14511: fix wrong opensearch link for 3.2 docs.
birkenfeld
committed
3abebca
View commit details
Copy full SHA for 3abebca
View code at this point
Browse repository at this point
Commits on Mar 25, 2012
Switch to new "lighter" doc design.
birkenfeld
committed
ab71214
View commit details
Copy full SHA for ab71214
View code at this point
Browse repository at this point
Commits on Jan 16, 2012
Remove "documenting" latex document.
birkenfeld
committed
c77bb65
View commit details
Copy full SHA for c77bb65
View code at this point
Browse repository at this point
Commits on Nov 12, 2010
Build a PDF of the FAQs too.
birkenfeld
committed
e5b5ff4
View commit details
Copy full SHA for e5b5ff4
View code at this point
Browse repository at this point
Commits on Oct 15, 2010
Issue #9308: Removed redundant coding cookies. Added tests for
Show description for e8f5832
abalkin
committed
e8f5832
View commit details
Copy full SHA for e8f5832
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL