Skip to content

Commit

Permalink
modify auto-update #22
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Nov 7, 2022
1 parent 50b8fc0 commit 160ac9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
pip install sphinx
pip install nbsphinx
pip install sphinx_rtd_theme
- name: Build the site
run: |
Expand Down
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#
import os
import sys
import sphinx_rtd_theme
sys.path.insert(0, os.path.abspath('../..'))


Expand All @@ -34,6 +35,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'nbsphinx',
'sphinx_rtd_theme',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -50,7 +52,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme' #'alabaster'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 160ac9f

Please sign in to comment.