Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Aug 8, 2023
1 parent 2c1ff4f commit 7d04cbd
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,23 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/sphinx/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: []
# formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
# version: 3.8
install:
- requirements: docs/sphinx/requirements.txt
- method: pip
path: .
- requirements: docs/sphinx/requirements.txt

# true may break the build?
# system_packages: true

0 comments on commit 7d04cbd

Please sign in to comment.