Skip to content

Commit

Permalink
Merge pull request #1398 from PrincetonUniversity/docs/new_theme
Browse files Browse the repository at this point in the history
docs: switched to new theme
  • Loading branch information
dillontsmith authored Nov 18, 2019
2 parents a6c0f38 + 3a5a662 commit 332c260
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pytest-helpers-namespace
pytest-xdist
jupyter
sphinx
sphinx_rtd_theme
psyneulink-sphinx-theme
ipykernel
ipython
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
import psyneulink_sphinx_theme
html_theme = "psyneulink_sphinx_theme"
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_path = [psyneulink_sphinx_theme.get_html_theme_path()]
html_theme_options = {
'navigation_depth': 5
}
Expand Down Expand Up @@ -168,7 +168,7 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = ['css/custom.css']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
Expand Down

0 comments on commit 332c260

Please sign in to comment.