Skip to content

Commit

Permalink
Merge pull request #170 from hsorby/docs
Browse files Browse the repository at this point in the history
Update documentation build on readthedocs
  • Loading branch information
behdadebsh authored Dec 2, 2024
2 parents 500ff7c + dc2e3de commit c7a8331
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ __pycache__/
# PyCharm
.idea/

# Sphinx documentation
_build/

14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

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

sphinx:
configuration: documentation/conf.py

python:
install:
- requirements: documentation/requirements.txt

2 changes: 1 addition & 1 deletion documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down

0 comments on commit c7a8331

Please sign in to comment.