mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Attempted Docs Fixes
This commit is contained in:
parent
1e9f5e6430
commit
9b74fb4dbd
@ -5,19 +5,20 @@
|
|||||||
# Required
|
# Required
|
||||||
version: 2
|
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
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
||||||
# Build documentation with MkDocs
|
|
||||||
#mkdocs:
|
|
||||||
# configuration: mkdocs.yml
|
|
||||||
|
|
||||||
# Optionally build your docs in additional formats such as PDF and ePub
|
# Optionally build your docs in additional formats such as PDF and ePub
|
||||||
formats: all
|
formats: all
|
||||||
|
|
||||||
# Optionally set the version of Python and requirements required to build your docs
|
# Optionally set the version of Python and requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
version: 3.7
|
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
@ -60,7 +60,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'Alliance Auth'
|
project = 'Alliance Auth'
|
||||||
copyright = '2018-2020, Alliance Auth'
|
copyright = '2018-2022, Alliance Auth'
|
||||||
author = 'R4stl1n'
|
author = 'R4stl1n'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
@ -68,7 +68,7 @@ author = 'R4stl1n'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '2.0'
|
version = '3.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
# release = u'1.14.0'
|
# release = u'1.14.0'
|
||||||
|
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
# Docs Specific Packages
|
# Docs Specific Packages
|
||||||
sphinx>=3.2.1,<4.0.0
|
sphinx>=4.4.0,<5.0.0
|
||||||
sphinx_rtd_theme==0.5.0
|
sphinx_rtd_theme>=1.0.0,<2.0.0
|
||||||
recommonmark==0.6.0
|
recommonmark==0.7.1
|
||||||
|
|
||||||
# Autodoc dependencies
|
# Autodoc dependencies
|
||||||
django>=3.2,<4.0.0
|
django>=4.0.2,<5.0.0
|
||||||
django-celery-beat>=2.0.0
|
django-celery-beat>=2.0.0
|
||||||
django-bootstrap-form
|
django-bootstrap-form
|
||||||
django-sortedm2m
|
django-sortedm2m
|
||||||
django-esi>=3,<4
|
django-esi>=4.0.0a1,<5
|
||||||
celery>5,<6
|
django-redis>=5.2.0<6.0.0
|
||||||
celery_once
|
celery>=5.2.0,<6.0.0
|
||||||
|
celery_once>=3.0.1
|
||||||
passlib
|
passlib
|
||||||
redis>=3.3.1,<4.0.0
|
redis>=4.0.0,<5.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user