| conf.py | conf.py | |||
|---|---|---|---|---|
| skipping to change at line 19 | skipping to change at line 19 | |||
| # autogenerated file. | # autogenerated file. | |||
| # | # | |||
| # All configuration values have a default; values that are commented out | # All configuration values have a default; values that are commented out | |||
| # serve to show the default. | # serve to show the default. | |||
| import sys, os | import sys, os | |||
| # If extensions (or modules to document with autodoc) are in another direct ory, | # If extensions (or modules to document with autodoc) are in another direct ory, | |||
| # add these directories to sys.path here. If the directory is relative to t he | # add these directories to sys.path here. If the directory is relative to t he | |||
| # documentation root, use os.path.abspath to make it absolute, like shown h ere. | # documentation root, use os.path.abspath to make it absolute, like shown h ere. | |||
| #sys.path.insert(0, os.path.abspath('.')) | sys.path.insert(0, os.path.abspath('..')) | |||
| # -- General configuration ------------------------------------------------ ----- | # -- General configuration ------------------------------------------------ ----- | |||
| # If your documentation needs a minimal Sphinx version, state it here. | # If your documentation needs a minimal Sphinx version, state it here. | |||
| #needs_sphinx = '1.0' | #needs_sphinx = '1.0' | |||
| # Add any Sphinx extension module names here, as strings. They can be exten sions | # Add any Sphinx extension module names here, as strings. They can be exten sions | |||
| # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. | # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. | |||
| extensions = ['sphinx.ext.autodoc'] | extensions = ['sphinx.ext.autodoc'] | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||