Skip to content

Commit

Permalink
Enable Github support for readthedocs publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
acerv committed Mar 18, 2024
1 parent 532314b commit e9f0277
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.6"

# Build from the docs/ directory with Sphinx
sphinx:
configuration: doc_new/conf.py

# Explicitly set the version of Python and its requirements
python:
install:
- requirements: doc_new/requirements.txt

0 comments on commit e9f0277

Please sign in to comment.