Playing with tables in documentation
This commit is contained in:
parent
5464be8d70
commit
a51b42b948
@ -6,7 +6,10 @@ import os
|
||||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = ['sphinx.ext.autodoc']
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.mathjax',
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = []
|
||||
|
@ -3,8 +3,6 @@
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
.. role:: ref(emphasis)
|
||||
|
||||
.. _Redmine: https://www.redmine.org
|
||||
.. _Ruby: https://www.ruby-lang.org
|
||||
|
||||
@ -35,7 +33,7 @@ Requirements
|
||||
>= 2.6.0
|
||||
- `Ruby`_
|
||||
>= 2.0.0
|
||||
- Gem packages
|
||||
- Gem packages:
|
||||
see `PluginGemfile <https://github.com/alexandermeindl/redmine_tweaks/blob/master/PluginGemfile>`_
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user