Skip to content

Commit 8f82e3a

Browse files
committed
optional dependencies
1 parent 0038c91 commit 8f82e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
uses: JamesIves/[email protected]
3939
with:
4040
branch: gh-pages
41-
folder: docs/_build/html/
41+
folder: doc/_build/html/
4242
clean: true
4343
ssh-key: ${{ secrets.DEPLOY_KEY }}

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
#
9191
# This is also used if you do content translation via gettext catalogs.
9292
# Usually you set "language" from the command line for these cases.
93-
language = None
93+
language = 'en'
9494

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

0 commit comments

Comments
 (0)