File: environment.yml

package info (click to toggle)
nbconvert 5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,360 kB
  • sloc: python: 6,192; makefile: 198
file content (16 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: nbconvert_docs
channels:
  - conda-forge
dependencies:
- python==3.5
- pandoc
- nbformat
- jupyter_client
- ipython
- sphinx>=1.5.1
- sphinx_rtd_theme
- tornado
- entrypoints
- pip:
    - nbsphinx>=0.2.12
    - sphinxcontrib_github_alt