Skip to content

Commit 0bcc727

Browse files
committed
fix environment.doc.yml
1 parent b84cdbf commit 0bcc727

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

environment.doc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: env_qolmat_doc
22
channels:
3-
- defaults
43
- conda-forge
4+
- defaults
55
dependencies:
66
- numpydoc=1.1.0
77
- python=3.8
88
- sphinx=4.3.2
99
- sphinx-gallery=0.10.1
1010
- sphinx_rtd_theme=1.0.0
11-
- sphinx_markdown_tables==0.0.17
1211
- typing_extensions=4.0.1
12+
- pip
13+
- pip:
14+
- sphinx-markdown-tables==0.0.17
15+
- -e .

0 commit comments

Comments
 (0)