Skip to content

Commit 830b2cc

Browse files
committed
change docs theme to rtd
1 parent d7d9caa commit 830b2cc

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.readthedocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ sphinx:
2424
# - pdf
2525
# - epub
2626

27-
# Optional but recommended, declare the Python requirements required
28-
# to build your documentation
29-
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3027
python:
31-
install:
28+
install:
3229
- requirements: docs/requirements.txt

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
templates_path = ['_templates']
2020
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
2121

22-
23-
2422
# -- Options for HTML output -------------------------------------------------
2523
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2624

27-
html_theme = 'alabaster'
25+
html_theme = 'sphinx_rtd_theme'
2826
html_static_path = ['_static']

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
sphinx
2+
sphinx_rtd_theme
23
solid-node

0 commit comments

Comments
 (0)