Skip to content

Commit aaa3d27

Browse files
committed
Adicionando path no conf.py para geração da documentação.
1 parent 1ba994d commit aaa3d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# If extensions (or modules to document with autodoc) are in another directory,
1919
# add these directories to sys.path here. If the directory is relative to the
2020
# documentation root, use os.path.abspath to make it absolute, like shown here.
21-
#sys.path.insert(0, os.path.abspath('.'))
21+
sys.path.insert(0, os.path.abspath('../../'))
2222

2323
# -- General configuration ------------------------------------------------
2424

0 commit comments

Comments
 (0)