Playing with tables in documentation

This commit is contained in:
Alexander Meindl 2016-04-24 17:20:02 +02:00
parent 5464be8d70
commit a51b42b948
2 changed files with 5 additions and 4 deletions

View File

@ -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 = []

View File

@ -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>`_