-
Notifications
You must be signed in to change notification settings - Fork 20
/
requirements.txt
41 lines (41 loc) · 1.12 KB
/
requirements.txt
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
# pydata-sphinx-theme
# git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master
# sphinx==5.2.3
# sphinx-panels==0.6.0
# pygments
# sphinx_rtd_theme==1.2.0
# docutils==0.17.1
# myst_parser
# myst
# sphinx_rtd_theme
# Requirements for core
jinja2
markdown
mkdocs
mkdocs-material
# mkdocs-material-extensions
# mkdocs-macros-plugin
pygments
pymdown-extensions
# Requirements for plugins
colorama
regex
requests
mkdocs-git-revision-date-plugin
# makes it so our navigation tree is built from our directory tree
mkdocs-include-dir-to-nav
# allow wikilinks aka roamlinks for obsidian compatibility
mkdocs-roamlinks-plugin
#use obsidian callout format in source markdown and convert to mkdocs format on build
mkdocs-callouts
# mkdocs-table-reader-plugin
# mkdocs-mermaid2-plugin
# obs2mk
# mkdocs-awesome-pages-plugin # https://pypi.org/project/mkdocs-awesome-pages-plugin/ - we may want to come back to this one to replace include-dir-to-nav
# markdown-include
mkdocs-redirects
#system packages no longer included after 8-29-2023, I don't believe we use any of them, uncomment after 8-29 if things break
# scipy
# numpy
# pandas
# matplotlib