File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1515sphinx :
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
Original file line number Diff line number Diff line change 1+ # Defining requirements for docs
2+ sphinx == 5.3.0
3+ sphinx_rtd_theme == 1.1.1
4+ readthedocs-sphinx-search == 0.1.1
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments