Skip to content

Commit

Permalink
doc: get readthedocs working
Browse files Browse the repository at this point in the history
  • Loading branch information
choppsv1 committed Nov 29, 2022
1 parent a3d06af commit 4b1e7db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: '3.10'
python: "3.9"
jobs:
post_install:
post_create_environment:
# Install poetry
- pip install poetry~=1.2
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
- poetry install --with doc
post_install:
# Install dependencies
- poetry install --with docs --with doc
sphinx:
configuration: doc/source/conf.py

0 comments on commit 4b1e7db

Please sign in to comment.