Skip to content

Commit

Permalink
Merge pull request #12 from pysat/maint/rtd
Browse files Browse the repository at this point in the history
MAINT: readthedocs info
  • Loading branch information
jklenzing authored Aug 2, 2023
2 parents 718acf1 + 4a2512d commit 008c5cc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
25 changes: 25 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required version of readthedocs
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

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


# Declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
extra_requirements:
- doc
3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ doc = [
"numpydoc",
"pyproject_parser",
"sphinx",
"sphinx_rtd_theme"
"sphinx_rtd_theme >= 1.2.2"
]

[project.urls]
Expand Down

0 comments on commit 008c5cc

Please sign in to comment.