Skip to content

Commit

Permalink
migrate to new format required for readthedocs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Oct 3, 2023
1 parent a78fb34 commit fd66b66
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@

version: 2

# Build documentation in the docs/ directory with Sphinx
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

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

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

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

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

0 comments on commit fd66b66

Please sign in to comment.