Skip to content

Commit

Permalink
Add the CONTRIBUTING.md guide to the docs as a page
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 16, 2021
1 parent b71cacd commit 6bea7d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# the bare requirements for building docs
Sphinx ~=3.0
sphinx-rtd-theme ~=0.5.1
recommonmark ~=0.6
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx'
'sphinx.ext.intersphinx',
"recommonmark",
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -63,7 +64,7 @@

# General information about the project.
project = u'PyFilesystem'
copyright = u'2016-2017, Will McGugan'
copyright = u'2016-2021, Will McGugan and the PyFilesystem2 contributors'
author = u'Will McGugan'

# The version info for the project you're documenting, acts as replacement for
Expand Down
1 change: 1 addition & 0 deletions docs/source/contributing.md
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Contents:
external.rst
interface.rst
reference.rst

contributing.md


Indices and tables
Expand Down

0 comments on commit 6bea7d4

Please sign in to comment.