-
-
Notifications
You must be signed in to change notification settings - Fork 103
Add MyST-Parser and link community files in docs sidebar #835
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Added :pypi:`myst-parser` to enable Markdown support in Sphinx documentation, | ||
| and linked the Code of Conduct in the docs sidebar | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we make that |
||
| -- by :user:`julianz-`. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ```{include} ../../.github/CODE_OF_CONDUCT.md | ||
| ``` |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -15,6 +15,7 @@ Welcome to Cheroot documentation! | |||||
| :hidden: | ||||||
|
|
||||||
| contributing/guidelines | ||||||
| contributing/code_of_conduct | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't realize the CoC doc title was so long. Let's make the sidebar link shorter for now and maybe improve it later if needed.
Suggested change
|
||||||
|
|
||||||
| .. toctree:: | ||||||
| :caption: Maintenance | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,6 +56,7 @@ refactoring | |
| refactorings | ||
| Sep | ||
| sep | ||
| sexualized | ||
| signalling | ||
| Sigstore | ||
| Solaris | ||
|
|
||
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.
For the future: modern versions of Sphinx can do this natively, we should try to migrate some day.