Skip to content

Commit

Permalink
layout docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lcmmichielsen committed Nov 29, 2023
1 parent 22afccb commit 70a7db9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
# -- Readthedocs theme -------------------------------------------------------
#on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

#if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme

html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme = "furo"

import scHPL

Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ ipykernel
ipython<8.13.0
sphinx>=3.0.3
nbconvert==6.5.1
nbsphinx>=0.7
sphinx_rtd_theme
jinja2==3.0.3
ipython_genutils
nbsphinx
numpydoc
cython
pkgconfig
furo

0 comments on commit 70a7db9

Please sign in to comment.