Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit b101773

Browse files
author
Anselm Kruis
committed
Stackless issue #259: Update Doc/conf.py
Set the css-file to "pydoctheme.css". (cherry picked from commit 53ca885)
1 parent fe884c5 commit b101773

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)