File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,7 @@ python:
1010 install :
1111 - requirements : ci/rtd-requirements.txt
1212 - path : .
13+
14+ sphinx :
15+ fail_on_warning : true
16+ configuration : docs/source/conf.py
Original file line number Diff line number Diff line change 8787#
8888# This is also used if you do content translation via gettext catalogs.
8989# Usually you set "language" from the command line for these cases.
90- language = None
90+ language = "en"
9191
9292# List of patterns, relative to source directory, that match files and
9393# directories to ignore when looking for source files.
117117import sphinx_rtd_theme
118118
119119html_theme = "sphinx_rtd_theme"
120- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
121120
122121# Theme options are theme-specific and customize the look and feel of a theme
123122# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments