Skip to content

Commit

Permalink
pin jinja. remove unused sphinx plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed Apr 4, 2022
1 parent 9c1fe4d commit ceafc5e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx',
'sphinx.ext.autosectionlabel',
'sphinx-jsonschema',
'nbsphinx',
]

Expand Down
3 changes: 1 addition & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ dependencies:
- pip
- pip:
- sphinx-intl
- sphinx-jsondomain # unmaintained and has sphinx <2.0 hardcoded in dependencies
- sphinx-jsonschema
- Jinja2<=3.0.3
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"sphinx>=1.4",
"sphinx-intl",
"sphinx_rtd_theme",
"sphinx-jsondomain", # unmaintained and has sphinx <2.0 hardcoded in dependencies
"sphinx-jsonschema",
"nbsphinx",
"jinja2",
"jupyter",
Expand Down

0 comments on commit ceafc5e

Please sign in to comment.