Skip to content

Commit

Permalink
Update conf.py to add dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrconway committed Nov 5, 2023
1 parent e61945a commit d86d6a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Expand Up @@ -34,7 +34,9 @@
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.mathjax']
'sphinx.ext.mathjax',
'sphinx_rtd_dark_mode',
]

napoleon_google_docstring = False
napoleon_use_param = False
Expand Down

0 comments on commit d86d6a2

Please sign in to comment.