Skip to content
Snippets Groups Projects
Commit b8cda0c8 authored by Bienchen's avatar Bienchen
Browse files

Prevent writing bytecode when creating documentation

parent 82ffe265
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# pylint: disable=invalid-name,missing-docstring # pylint: disable=invalid-name,missing-docstring
import sys import sys
sys.dont_write_bytecode = True
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here. # documentation root, use os.path.abspath to make it absolute, like shown here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment