File: requirements.txt

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (25 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
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
sphinx==7.4.7

# Sphinx dependencies that are important
Jinja2==3.1.4
Pygments==2.18.0
docutils==0.21.2
snowballstemmer==2.2.0
babel==2.15.0
requests==2.32.3

# Only needed for building translations.
sphinx-intl==2.2.0

# Only needed to match the theme used for the official documentation.
# Without this theme, the default theme will be used.
furo==2024.08.06
sphinx-basic-ng==1.0.0b2

# Only for convenience, allows live updating while editing RST files.
# Access by running:
#   make livehtml
sphinx-autobuild==2024.10.3

# Required for spell-checking
pyenchant