Skip to content

Conversation

@jezdez
Copy link
Member

@jezdez jezdez commented Jun 24, 2021

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.

@jezdez jezdez requested a review from a team as a code owner June 24, 2021 14:46
@anaconda-issue-bot anaconda-issue-bot added the cla-signed [bot] added once the contributor has signed the CLA label Jun 24, 2021
@jezdez jezdez added tag-documentation type::documentation request for improved documentation labels Jun 24, 2021
@jezdez
Copy link
Member Author

jezdez commented Jun 24, 2021

@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?

@jezdez
Copy link
Member Author

jezdez commented Jun 24, 2021

Oh weird, the CI task to test the docs is failing.. investigating.

@jezdez
Copy link
Member Author

jezdez commented Jun 24, 2021

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.

Copy link
Contributor

@chenghlee chenghlee left a 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.

@chenghlee chenghlee merged commit 7bacfda into master Jun 24, 2021
@jezdez jezdez deleted the releasenotes-changelog branch June 24, 2021 20:15
@jezdez jezdez added this to the 4.10.2 milestone Jun 25, 2021
project = 'conda'
copyright = '2017, Continuum Analytics'
author = 'Continuum Analytics'
copyright = '2017, Anaconda, Inc'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

FaustinCarter pushed a commit to FaustinCarter/conda that referenced this pull request Nov 27, 2021
* 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
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Jan 20, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed [bot] added once the contributor has signed the CLA locked [bot] locked due to inactivity type::documentation request for improved documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merge release notes and changelog

6 participants