forked from brightway-lca/brightway-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
22 lines (22 loc) · 1.35 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: sphinx_documentation
channels:
- conda-forge
- nodefaults
dependencies:
# core functionality
- python=3.11
- ipython
# sphinx
- sphinx=7.2.6 # core builder # https://anaconda.org/conda-forge/sphinx/files
# theme and extensions
- pydata-sphinx-theme=0.15.2 # website theme # https://anaconda.org/conda-forge/pydata-sphinx-theme/files
- myst-parser=2.0.0 # Markdown support # https://anaconda.org/conda-forge/myst-parser/files
- myst-nb=1.0.0 # Jupyter notebook support # https://anaconda.org/conda-forge/myst-nb/files
- sphinx-autoapi=3.0.0 # to build docs from source code instead of package import # https`://anaconda.org/conda-forge/sphinx-autoapi/files
- sphinx-design=0.5.0 # responsive web component support # https://anaconda.org/conda-forge/sphinx-design/files
- sphinx-notfound-page=1.0.0 # custom 404 page # https://anaconda.org/conda-forge/sphinx-notfound-page/files
- graphviz=9.0.0 # for plotting dependency diagrams with sphinx-autoapi # https://anaconda.org/conda-forge/graphviz/files
- sphinx-favicon=1.0.1 # for custom favicons # https://anaconda.org/conda-forge/sphinx-favicon/files
- sphinx-copybutton=0.5.2 # for copy button in code blocks # https://anaconda.org/conda-forge/sphinx-copybutton/files
# build process
- sphinx-autobuild=2021.3.14 # live-html support # https://anaconda.org/conda-forge/sphinx-autobuild/files