8000 Stackless issue #259: Update Doc/conf.py · akruis/cpython@53ca885 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53ca885

Browse files
author
Anselm Kruis
committed
Stackless issue python#259: Update Doc/conf.py
Set the css-file to "pydoctheme.css".
1 parent a15ae9c commit 53ca885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if os.environ.get('READTHEDOCS', None) == 'True':
2020
# Use the Sphinx default theme, not the very neat theme of readthedocs.org
2121
# See https://docs.readthedocs.org/en/latest/faq.html#i-want-to-use-the-blue-default-sphinx-theme
22-
html_style = '/default.css'
22+
html_style = 'pydoctheme.css'
2323

2424
doctest_global_setup = '''
2525
try:

0 commit comments

Comments
 (0)
0