Merge pull request #369 from miketheman/modernization

This commit is contained in:
Mike Fiedler 2023-11-23 09:05:07 -05:00 committed by GitHub
commit 1def41ee24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 2 deletions

23
.readthedocs.yaml Normal file
View File

@ -0,0 +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:
os: ubuntu-22.04
apt_packages:
- "graphviz"
tools:
python: "3.12"
sphinx:
configuration: conf.py
# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt

View File

@ -1,2 +1,2 @@
Sphinx==1.8.3
sphinx-rtd-theme==0.4.2
Sphinx==7.2.6
sphinx-rtd-theme==1.3.0