forked from Traqora/astroml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
44 lines (35 loc) · 855 Bytes
/
Copy pathrequirements.txt
File metadata and controls
44 lines (35 loc) · 855 Bytes
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
# Documentation requirements for AstroML
# Core documentation tools
sphinx>=5.0.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.19.0
myst-parser>=0.18.0
# Code documentation and examples
jupyter>=1.0.0
jupyterlab>=3.6.0
ipython>=8.10.0
nbconvert>=7.2.0
nbsphinx>=0.8.0
# Mathematical and scientific documentation
numpydoc>=1.5.0
sphinx-math-dollar>=1.2.0
# API documentation
sphinx-autosummary-accessors>=0.1.2
sphinx-copybutton>=0.5.0
# Documentation building and deployment
sphinx-multiversion>=0.2.4
sphinxcontrib-openapi>=0.8.0
# Plotting and visualization for docs
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.14.0
# Performance and profiling
memory-profiler>=0.60.0
line-profiler>=4.0.0
# Documentation testing
doctest>=0.10.0
pytest-doctest>=0.1.0
# Documentation utilities
sphinx-click>=4.4.0
sphinx-tabs>=3.4.0
sphinx-design>=0.3.0