mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Include contributing page to the docs (#4144)
* Add MyST parser * Include contributing page to the docs
This commit is contained in:
parent
b5a043551d
commit
6e782bff33
|
@ -23,13 +23,13 @@ now = datetime.now()
|
|||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = []
|
||||
extensions = ["myst_parser"]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ["_templates"]
|
||||
|
||||
# The suffix of source filenames.
|
||||
source_suffix = ".rst"
|
||||
source_suffix = [".rst", ".md"]
|
||||
|
||||
# The encoding of source files.
|
||||
# source_encoding = 'utf-8-sig'
|
||||
|
|
3
docs/contributing.md
Normal file
3
docs/contributing.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
```{include} ../CONTRIBUTING.md
|
||||
|
||||
```
|
|
@ -27,6 +27,7 @@ Contents
|
|||
websocket
|
||||
faq
|
||||
troubleshooting
|
||||
contributing
|
||||
|
||||
Indices and tables
|
||||
------------------
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
sphinx==6.1.3
|
||||
sphinx-rtd-theme==1.2.0
|
||||
myst-parser==0.19.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user