Skip to content

Commit

Permalink
Merge pull request #313 from pbs/read_the_docs_yml
Browse files Browse the repository at this point in the history
add readthedocs.yml and readthedocs requirements
  • Loading branch information
OlteanuRares authored Nov 6, 2023
2 parents eb6ab6e + b58764e commit 4fe2335
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

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

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

# Explicitly set the version of Python and its requirements
python:
install:
- requirements: docs/requirements.txt
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx==7.2.6
sphinx_rtd_theme==1.3.0
readthedocs-sphinx-search==0.3.1

0 comments on commit 4fe2335

Please sign in to comment.