Skip to content

Commit db69730

Browse files
committed
more updates
1 parent 64a68d6 commit db69730

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ formats:
1717
python:
1818
version: 3.7
1919
install:
20-
- path: pyrtl/
2120
- requirements: requirements.txt

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# add these directories to sys.path here. If the directory is relative to the
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
1212
#
13-
# import os
14-
# import sys
15-
# sys.path.insert(0, os.path.abspath('.'))
13+
import os
14+
import sys
15+
sys.path.insert(0, os.path.abspath('.'))
1616

1717

1818
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)