Skip to content

Commit 7b6318c

Browse files
authored
Merge pull request #23 from scilus/fix_compilation
[BFFix compilation
2 parents 0d5a3bc + 495c703 commit 7b6318c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ sphinx:
1717

1818
# We recommend specifying your dependencies to enable reproducible builds:
1919
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
# python:
21-
# install:
22-
# - requirements: docs/requirements.txt
20+
python:
21+
install:
22+
- requirements: requirements.txt

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx_rtd_theme

source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
# ones.
4141
extensions = [
4242
'sphinx.ext.autodoc',
43+
'sphinx_rtd_theme',
4344
]
4445

4546
# Add any paths that contain templates here, relative to this directory.
@@ -59,7 +60,7 @@
5960
#
6061
# This is also used if you do content translation via gettext catalogs.
6162
# Usually you set "language" from the command line for these cases.
62-
language = None
63+
language = 'en'
6364

6465
# List of patterns, relative to source directory, that match files and
6566
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)