Skip to content

Commit

Permalink
docs(markdown): remove r2m and use recommonmark instead
Browse files Browse the repository at this point in the history
close #81
  • Loading branch information
AntoineDao committed May 29, 2020
1 parent 99640ed commit a2608e1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sphinx-bootstrap-theme==0.7.1
sphinxcontrib-fulltoc==1.2.0
sphinxcontrib-websupport==1.2.2
sphinx-click==2.3.2
m2r==0.2.1
recommonmark==0.6.0
twine==3.1.1
click>=7.0
click-plugins==1.1.1
1 change: 1 addition & 0 deletions docs/README.md
8 changes: 6 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'sphinxcontrib.fulltoc',
'sphinx.ext.napoleon',
'sphinx_click.ext',
'm2r',
'recommonmark',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -59,7 +59,11 @@
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
source_suffix = ['.rst', '.md']
# source_suffix = {
# '.rst': 'restructuredtext',
# '.md': 'markdown',
# }

# source_suffix = '.rst'

# The master toctree document.
Expand Down
11 changes: 7 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Queenbee
========

Welcome to Queenbee's Documention site!


.. toctree::
:maxdepth: 1
:hidden:

welcome
README.md
guides/index
schemas/index
cli/index
modules

.. include:: welcome.rst
1 change: 0 additions & 1 deletion docs/welcome.rst

This file was deleted.

0 comments on commit a2608e1

Please sign in to comment.