diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2022-06-19 07:06:23 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2022-06-19 07:06:34 +0000 |
commit | 5af1e7262d704ec79cc40ecc2f61bcd8d1dd02d7 (patch) | |
tree | 5f908593917c99e6f9ea8c65861a51e30dbfa19c /docs/conf.py | |
parent | Releasing debian version 0.1.2-4. (diff) | |
download | pydyf-5af1e7262d704ec79cc40ecc2f61bcd8d1dd02d7.tar.xz pydyf-5af1e7262d704ec79cc40ecc2f61bcd8d1dd02d7.zip |
Merging upstream version 0.2.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py index 585afd0..a08c175 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,13 +1,7 @@ # pydyf documentation build configuration file. -import sys -from pathlib import Path - import pydyf -# Add current path for css_diagram_role -sys.path.append(str(Path(__file__).parent)) - # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ |