Merge pull request #3424 from jtschladen/fix-docs

Debug docs
This commit is contained in:
Jasmine Schladen 2021-02-17 11:57:01 -08:00 committed by GitHub
commit 3049fa6585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# However, dependabot doesn't use `make up-reqs`, so we have to replicate the necessary dependencies here
# Without including these dependencies, the docs are unable to include generated autodocs
Flask
flask_replicated
# docs specific
sphinx

View File

@ -20,6 +20,8 @@ imagesize==1.2.0
# via sphinx
flask==1.1.2
# manual debug
flask-replicated==1.4
# manual debug
jinja2==2.11.3
# via sphinx
markupsafe==1.1.1