Skip to content

Commit 250730d

Browse files
committed
Documentation updates: Restore readthedocs theme
1 parent 7f0a3fa commit 250730d

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ build:
1515
sphinx:
1616
configuration: documentation/source/conf.py
1717

18-
# We recommend specifying your dependencies to enable reproducible builds:
19-
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
# python:
21-
# install:
22-
# - requirements: docs/requirements.txt
18+
# Explicitly set the version of Python and its requirements
19+
python:
20+
install:
21+
- requirements: documentation/requirements.txt

documentation/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Defining requirements for docs
2+
sphinx==5.3.0
3+
sphinx_rtd_theme==1.1.1
4+
readthedocs-sphinx-search==0.1.1

documentation/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
# The theme to use for HTML and HTML Help pages. See the documentation for
8383
# a list of builtin themes.
8484
#
85-
#html_theme = 'sphinx_rtd_theme'
85+
html_theme = 'sphinx_rtd_theme'
8686
#html_theme = 'alabaster'
87-
html_theme = 'classic'
87+
#html_theme = 'classic'
8888
#html_theme = 'sphinxdoc'
8989
#html_theme = 'scrolls'
9090
#html_theme = 'agogo'

0 commit comments

Comments
 (0)