Skip to content

Commit 7fe340c

Browse files
committed
chore: Update project template to sphinx-notes/cookiecutter@13a1f43a
1 parent 4aa758a commit 7fe340c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sphinx-notes/cookiecutter",
3-
"commit": "62cd96195962da3392cdc34125c95e9144a5f5ca",
3+
"commit": "13a1f43adad39af732f411e8c177a74c2ca699f3",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,7 @@
2020
"sphinx_version": "7.0",
2121
"development_status": "3 - Alpha",
2222
"_template": "https://github.com/sphinx-notes/cookiecutter",
23-
"_commit": "62cd96195962da3392cdc34125c95e9144a5f5ca"
23+
"_commit": "13a1f43adad39af732f411e8c177a74c2ca699f3"
2424
}
2525
},
2626
"directory": null

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
# documentation root, use os.path.abspath to make it absolute, like shown here.
119119
import os
120120
import sys
121-
sys.path.insert(0, os.path.abspath('../src/sphinxnotes'))
122-
extensions.append('render')
121+
sys.path.insert(0, os.path.abspath('../src/'))
122+
extensions.append('sphinxnotes.render')
123123

124124
# CUSTOM CONFIGURATION
125125

0 commit comments

Comments
 (0)