File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ formats : all
3+ sphinx :
4+ configuration : docs/conf.py
5+ fail_on_warning : true
6+ build :
7+ os : ubuntu-22.04
8+ tools :
9+ # For available versions, see:
10+ # https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
11+ python : " 3.12" # Keep in sync with .github/workflows/build.yml
12+ python :
13+ install :
14+ - requirements : docs/requirements.txt
15+ - path : .
Original file line number Diff line number Diff line change 9696
9797# The theme to use for HTML and HTML Help pages. See the documentation for
9898# a list of builtin themes.
99- html_theme = 'default'
99+ html_theme = "sphinx_rtd_theme"
100100
101101# Theme options are theme-specific and customize the look and feel of a theme
102102# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments