|
11 | 11 | # All configuration values have a default; values that are commented out
|
12 | 12 | # serve to show the default.
|
13 | 13 |
|
14 |
| -import sys, os |
| 14 | +import os |
| 15 | +import sys |
15 | 16 |
|
16 | 17 | import sphinx
|
17 | 18 |
|
|
51 | 52 | # add these directories to sys.path here. If the directory is relative to the
|
52 | 53 | # documentation root, use os.path.abspath to make it absolute, like shown here.
|
53 | 54 | #sys.path.insert(0, os.path.abspath('/home/veeresht//Development/commpy-dev/commpy-dev-py27/commpy/commpy'))
|
54 |
| -sys.path.insert(0, os.path.abspath('sphinxext')) |
| 55 | +sys.path.insert(0, os.path.abspath('/home/bastien/Documents/These/CommPy')) |
| 56 | +# sys.path.insert(0, os.path.abspath('sphinxext')) |
55 | 57 | # -- General configuration -----------------------------------------------------
|
56 | 58 |
|
57 | 59 | # If your documentation needs a minimal Sphinx version, state it here.
|
|
61 | 63 | # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
62 | 64 | extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
|
63 | 65 | 'sphinx.ext.todo', 'sphinx.ext.coverage',
|
64 |
| - 'sphinx.ext.mathjax', 'sphinx.ext.autosummary', 'sphinx.ext.intersphinx', 'numpydoc'] |
| 66 | + 'sphinx.ext.mathjax', 'sphinx.ext.autosummary', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon'] |
65 | 67 |
|
66 | 68 | # Add any paths that contain templates here, relative to this directory.
|
67 | 69 | templates_path = ['templates']
|
|
0 commit comments