From 3a5a6629aeb19ee98a5c995314177ce29303130e Mon Sep 17 00:00:00 2001 From: Dillon Smith Date: Mon, 18 Nov 2019 09:44:11 -0500 Subject: [PATCH] docs: switched to new theme --- dev_requirements.txt | 2 +- docs/source/conf.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index c44894786d5..e1ed92bee56 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -8,6 +8,6 @@ pytest-helpers-namespace pytest-xdist jupyter sphinx -sphinx_rtd_theme +psyneulink-sphinx-theme ipykernel ipython diff --git a/docs/source/conf.py b/docs/source/conf.py index 5cc2247083d..73ff1fd0453 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 } @@ -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.