dev-cpp/vexcl: improve docs WIP

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-13 17:56:53 +02:00
parent 1a23cc6ad5
commit d288205bf8
2 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,7 +45,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
-extensions = ['breathe', 'sphinx.ext.mathjax',
+extensions = ['breathe', 'sphinx.ext.mathjax', 'sphinx.ext.autodoc',
'matplotlib.sphinxext.plot_directive']
breathe_projects = {'VEXCL' : 'xml'}