Attempted Docs Fixes

This commit is contained in:
Ariel Rin
2022-03-01 03:33:12 +00:00
parent 1e9f5e6430
commit 9b74fb4dbd
3 changed files with 17 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ master_doc = 'index'
# General information about the project.
project = 'Alliance Auth'
copyright = '2018-2020, Alliance Auth'
copyright = '2018-2022, Alliance Auth'
author = 'R4stl1n'
# The version info for the project you're documenting, acts as replacement for
@@ -68,7 +68,7 @@ author = 'R4stl1n'
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '3.0'
# The full version, including alpha/beta/rc tags.
# release = u'1.14.0'

View File

@@ -1,15 +1,16 @@
# Docs Specific Packages
sphinx>=3.2.1,<4.0.0
sphinx_rtd_theme==0.5.0
recommonmark==0.6.0
sphinx>=4.4.0,<5.0.0
sphinx_rtd_theme>=1.0.0,<2.0.0
recommonmark==0.7.1
# Autodoc dependencies
django>=3.2,<4.0.0
django>=4.0.2,<5.0.0
django-celery-beat>=2.0.0
django-bootstrap-form
django-sortedm2m
django-esi>=3,<4
celery>5,<6
celery_once
django-esi>=4.0.0a1,<5
django-redis>=5.2.0<6.0.0
celery>=5.2.0,<6.0.0
celery_once>=3.0.1
passlib
redis>=3.3.1,<4.0.0
redis>=4.0.0,<5.0.0