File: docs_env.yaml

package info (click to toggle)
orsopy 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,780 kB
  • sloc: python: 38,554; makefile: 78
file content (24 lines) | stat: -rw-r--r-- 390 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
name: docs

channels:

  - conda-forge
  - defaults

dependencies:

  # Write here all dependencies to compile the sphinx documentation.
  # This list is just an example
  - python=3.10
  - numpy
  - pint
  - pytest
  - h5py
  - typing_extensions
  - sphinx
  - sphinx_rtd_theme
  - sphinxcontrib-bibtex
  - sphinx-autodoc-typehints
  - nbsphinx
  - recommonmark
  - sphinx-markdown-tables