-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathdocs.txt
More file actions
79 lines (63 loc) · 2.97 KB
/
docs.txt
File metadata and controls
79 lines (63 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# ============================================================================
# PYTHON PACKAGE REQUIREMENTS: docs
# ============================================================================
# REQUIRES: Python >= 2.7
# DESCRIPTION:
# pip install -r <THIS_FILE>
#
# SEE ALSO:
# * http://packages.python.org/sphinxcontrib-programoutput/
# * NEW-REPO: https://github.com/NextThought/sphinxcontrib-programoutput
# * NEW-REPO: https://github.com/lipro/sphinxcontrib-ansi
# ============================================================================
# -- BEHAVE-RELATED:
-r basic.txt
# -- DOCUMENTATION: Tutorials with examples.
# NOTE: sphinxcontrib-programoutput and sphinxcontrib-ansi
# sphinxcontrib-programoutput: < 0.10.0 (ansi-support was removed)
#
# SOLVED-PROBLEMS: sphinxcontrib-ansi: Sphinx < 2.0
# * JE_v0.7.0: Using own repo: https://github.com/jenisys/sphinxcontrib-ansi.git
#
# MAYBE: bootstrap4
sphinx >= 7.3.7; python_version >= '3.7'
sphinx >=1.6,<4.4; python_version < '3.7'
sphinx-autobuild
sphinxcontrib-programoutput >=0.18,<0.19
git+https://github.com/jenisys/sphinxcontrib-ansi.git@JE_v0.7.0
# -- SPHINX-THEMES:
# SEE: https://www.sphinx-doc.org/en/master/usage/theming.html
# SEE: https://sphinx-themes.org
furo >= 2024.04.27; python_version >= '3.8'
# DISABLED: sphinx-nefertiti >= 0.3.3; python_version >= '3.9'
# DISABLED: sphinx_bootstrap_theme >= 0.6.0
# -- SPHINX-EXTENSIONS:
# SPHINX-COPYBUTTON:
# SEE: https://github.com/executablebooks/sphinx-copybutton
sphinx-copybutton >= 0.5.2; python_version >= '3.7'
# -- NEEDED FOR: RTD (as temporary fix)
urllib3 < 2.0.0; python_version < '3.8'
# -- SUPPORT: sphinx-doc translations (prepared)
sphinx-intl >= 0.9.11
# -- CONSTRAINTS UNTIL: sphinx > 5.0 can be used
# PROBLEM: sphinxcontrib-applehelp v1.0.8 requires sphinx > 5.0
# SEE: https://stackoverflow.com/questions/77848565/sphinxcontrib-applehelp-breaking-sphinx-builds-with-sphinx-version-less-than-5-0
# DISABLED: sphinxcontrib-applehelp==1.0.4; python_version >= '3.7'
# DISABLED: sphinxcontrib-devhelp==1.0.2; python_version >= '3.7'
# DISABLED: sphinxcontrib-htmlhelp==2.0.1; python_version >= '3.7'
# DISABLED: sphinxcontrib-qthelp==1.0.3; python_version >= '3.7'
# DISABLED: sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.7'
sphinxcontrib-applehelp >= 1.0.8; python_version >= '3.7'
sphinxcontrib-htmlhelp >= 2.0.5; python_version >= '3.7'
# -- OPTIONAL DOCUMENTATION: If PDF docs are needed.
# rst2pdf
# ---------------------------------------------------------------------------
# DOCUMENTATION WRITING HELPERS:
# ---------------------------------------------------------------------------
# SEE: https://github.com/codespell-project/codespell
codespell >= 2.3.0; python_version >= '3.8'
# ---------------------------------------------------------------------------
# EXPERIMENTAL:
# ---------------------------------------------------------------------------
# SEE: https://github.com/amperser/proselint
proselint >= 0.14.0; python_version >= '3.8'