Skip to content

Commit

Permalink
Merge branch 'master' into fix/wtforms-compat-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Oct 16, 2023
2 parents 005dfdf + 5f30fd7 commit 979472f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .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
tools:
python: "3.11"

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

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: rtd_requirements.txt
6 changes: 3 additions & 3 deletions rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ flask-sqlalchemy==2.5.1
# via Flask-AppBuilder (setup.py)
flask-wtf==0.14.3
# via Flask-AppBuilder (setup.py)
greenlet==1.1.2
greenlet==3.0.0
# via sqlalchemy
idna==3.3
# via email-validator
Expand Down Expand Up @@ -75,7 +75,7 @@ pytz==2021.1
# via
# babel
# flask-babel
pyyaml==5.4.1
pyyaml==6.0.1
# via apispec
six==1.16.0
# via
Expand All @@ -99,6 +99,6 @@ wtforms==2.3.3
# via
# Flask-AppBuilder (setup.py)
# flask-wtf

flask-limiter==3.2.0
# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 979472f

Please sign in to comment.