Skip to content

Commit

Permalink
Add ReadTheDocs config file
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
pierky committed Oct 22, 2023
1 parent 06282f8 commit 8d12ee9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

formats:
- epub

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements.txt
- requirements: requirements-docs.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

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

0 comments on commit 8d12ee9

Please sign in to comment.