Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 14, 2022
1 parent 8a417dd commit e985b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc/sphinxdoc/source/conf.py
Expand Up @@ -16,7 +16,7 @@
elif choice == 'pydata_sphinx_theme':
import pydata_sphinx_theme
html_theme = 'pydata_sphinx_theme'
html_theme_path = pydata_sphinx_theme.get_html_theme_path()
html_theme_path = ['_static']
else:
raise NotImplementedError()

Expand Down

0 comments on commit e985b9a

Please sign in to comment.