-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Merge release notes and changelog. #10745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@chenghlee I'm confused why the environment.yml has lost so many packages when I updated it, could you please double-check if I didn't make a mistake somewhere there? |
|
Oh weird, the CI task to test the docs is failing.. investigating. |
|
Okay, I'm not sure why there are both a Conda environment file for documentation AND requirements files. I've updated the latter to install MyST in the CI task. |
chenghlee
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jezdez: LGTM. The delta in the utils/environment.yml package lists looks to be related to changes in conda-forge's packaging structure; none of the removed packages are concerning.
| project = 'conda' | ||
| copyright = '2017, Continuum Analytics' | ||
| author = 'Continuum Analytics' | ||
| copyright = '2017, Anaconda, Inc' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* Add myst-parser. * Add MyST and linkify to docs requirements. * Remove unneeded requirements. * Fix copyright statement. * Replace rST release notes with include of the Markdown changelog. * A few random doc rendering fixes
Fix #10716.
This introduces MyST (https://myst-parser.readthedocs.io/) to
allow using Markdown files in the documentation and includes
the root level CHANGELOG.md in the releases notes.