Skip to content

Commit

Permalink
Merge pull request #114 from freegs-plasma/fix-rtd
Browse files Browse the repository at this point in the history
Fix readthedocs config
  • Loading branch information
ZedThree authored Sep 18, 2024
2 parents c1b4f14 + 3ae1da0 commit 1104af7
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
image: latest
os: ubuntu-24.04
tools:
python: "3.12"

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

python:
setup_py_install: true
use_system_site_packages: true
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 1104af7

Please sign in to comment.