File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sphinx-notes/cookiecutter" ,
3- "commit" : " 62cd96195962da3392cdc34125c95e9144a5f5ca " ,
3+ "commit" : " 13a1f43adad39af732f411e8c177a74c2ca699f3 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
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
Original file line number Diff line number Diff line change 118118# documentation root, use os.path.abspath to make it absolute, like shown here.
119119import os
120120import 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
You can’t perform that action at this time.
0 commit comments