File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ build:
1414 # rust: "1.70"
1515 # golang: "1.20"
1616
17+ python :
18+ install :
19+ - requirements : docs/requirements.txt
20+
1721# Build documentation in the "docs/" directory with Sphinx
1822sphinx :
1923 configuration : docs/conf.py
Original file line number Diff line number Diff line change 100100
101101# The theme to use for HTML and HTML Help pages. See the documentation for
102102# a list of builtin themes.
103- html_theme = 'default '
103+ html_theme = 'sphinx_rtd_theme '
104104
105105# Theme options are theme-specific and customize the look and feel of a theme
106106# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 1+ sphinx
2+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments