Skip to content

Commit

Permalink
Merge pull request #98 from HealthyPear/fix-rtd_docs_build
Browse files Browse the repository at this point in the history
Fix ReadTheDocs docs build
  • Loading branch information
jimbraun committed May 30, 2023
2 parents eda84a4 + ee6d5a7 commit ccf30a7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
11 changes: 9 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
# Required
version: 2

# conda virtual environment
conda:
environment: environment.yml

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "mambaforge-4.10"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand All @@ -26,4 +30,7 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
7 changes: 0 additions & 7 deletions docs/requirements.txt

This file was deleted.

10 changes: 9 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ python_requires = >=3.7

[options.extras_require]
tests =
pytest
pytest
docs =
breathe
exhale
furo
graphviz
sphinx
sphinx-copybutton
sphinx-automodapi

0 comments on commit ccf30a7

Please sign in to comment.