Skip to content

Commit

Permalink
Fix ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Nov 22, 2023
1 parent 9759ae0 commit 3092bc0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .readthedocs.yml
Expand Up @@ -5,6 +5,14 @@
# Required
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.7"
apt_packages:
- plantuml
- swig

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -18,6 +26,5 @@ formats: all

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

0 comments on commit 3092bc0

Please sign in to comment.