Skip to content

Commit

Permalink
build: Fix conda dependency file for documentation build (#1422)
Browse files Browse the repository at this point in the history
Bumped Python to 3.7
Removed docutils constraint on version 0.12 (resulted in unresolved dependencies)
Added missing dependency myst-parser

Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
  • Loading branch information
hwalinga and johanneskoester committed Feb 24, 2022
1 parent 7f958ee commit 33a0105
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc-environment.yml
@@ -1,7 +1,7 @@
channels:
- conda-forge
dependencies:
- python >=3.5
- python >=3.7
- datrie
- wrapt
- pyyaml
Expand All @@ -18,6 +18,7 @@ dependencies:
- sphinxcontrib-napoleon
- sphinx-argparse
- sphinx_rtd_theme
- docutils==0.12
- docutils
- recommonmark
- commonmark
- myst-parser

0 comments on commit 33a0105

Please sign in to comment.