brainfart when configuring readthedocs theme
This commit is contained in:
parent
2810fb53a2
commit
4ff9be4061
@ -75,9 +75,6 @@ sys.path.insert(0, os.path.abspath('../../'))
|
||||
if os.getenv('READTHEDOCS', False):
|
||||
import sphinx_rtd_theme
|
||||
|
||||
extensions = [
|
||||
...
|
||||
"sphinx_rtd_theme",
|
||||
]
|
||||
extensions.append("sphinx_rtd_theme")
|
||||
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
|
Loading…
Reference in New Issue
Block a user