Skip to content

Commit 0abd75e

Browse files
authored
Merge pull request #86 from pquentin/fix-rtd-build
Fix ReadTheDocs build
2 parents e56590d + 9393f11 commit 0abd75e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.readthedocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
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.
@@ -117,7 +117,6 @@
117117
import sphinx_rtd_theme
118118

119119
html_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

0 commit comments

Comments
 (0)