From 9b74fb4dbd6e32b3da7a2e77f97b04a1940cafd4 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 1 Mar 2022 03:33:12 +0000 Subject: [PATCH] Attempted Docs Fixes --- .readthedocs.yml | 11 ++++++----- docs/conf.py | 4 ++-- docs/requirements.txt | 17 +++++++++-------- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a36db8a1..1b2abda4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,19 +5,20 @@ # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-20.04 + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - # Optionally build your docs in additional formats such as PDF and ePub formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt diff --git a/docs/conf.py b/docs/conf.py index de813c7e..302ac8bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' diff --git a/docs/requirements.txt b/docs/requirements.txt index b187b2e6..a51b80ff 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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