Skip to content

Commit

Permalink
Merge pull request #55 from vnmabus/feature/contributor_docs
Browse files Browse the repository at this point in the history
Add the contributors page to the documentation.
  • Loading branch information
vnmabus committed Sep 14, 2023
2 parents 9f2b243 + 2fc29d3 commit 58f0dfa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"myst_parser",
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.todo',
Expand Down
2 changes: 2 additions & 0 deletions docs/contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../CONTRIBUTORS.md
```
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ References
energycomparison
Release Notes <https://github.com/vnmabus/dcor/releases>
development
contributors

dcor is developed `on Github <http://github.com/vnmabus/dcor>`_. Please
report `issues <https://github.com/vnmabus/dcor/issues>`_ there as well.
Expand Down
1 change: 1 addition & 0 deletions readthedocs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sphinxcontrib-bibtex
sphinx-gallery
jupyter-sphinx
matplotlib
myst-parser
pygments>=2.4.1
# Fix docutils version due to https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/309
docutils==0.17.1
Expand Down

0 comments on commit 58f0dfa

Please sign in to comment.