Skip to content

Commit ec4969e

Browse files
Fixes related to the recent changes in the documentation (#6021)
* Add myst-parser to setup.py extras_require * Include new location of CHANGELOG.md in MANIFEST.in
1 parent 9a0ef92 commit ec4969e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include LICENSE
22
include CONTRIBUTING.rst
33
include README.md
4+
include CHANGELOG.md
45
include package.json
56
include bower.json
67
include .bowerrc

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@
126126
extras_require = {
127127
'test': ['pytest', 'coverage', 'requests',
128128
'nbval', 'selenium', 'pytest', 'pytest-cov'],
129-
'docs': ['sphinx', 'nbsphinx', 'sphinxcontrib_github_alt', 'sphinx_rtd_theme'],
129+
'docs': ['sphinx', 'nbsphinx', 'sphinxcontrib_github_alt',
130+
'sphinx_rtd_theme', 'myst-parser'],
130131
'test:sys_platform != "win32"': ['requests-unixsocket'],
131132
'json-logging': ['json-logging']
132133
},

0 commit comments

Comments
 (0)