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" : " 4c6b17aec1a4b8ddca95c4882c6bed2bc230d595 " ,
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" : " 4c6b17aec1a4b8ddca95c4882c6bed2bc230d595 "
2424 }
2525 },
2626 "directory" : null
Original file line number Diff line number Diff line change 2424extensions = [
2525 'sphinx.ext.githubpages' ,
2626 'sphinx.ext.doctest' ,
27+ 'sphinx.ext.viewcode' ,
2728 'sphinx_design' ,
2829 'sphinx_copybutton' ,
2930 'sphinx_last_updated_by_git' ,
118119# documentation root, use os.path.abspath to make it absolute, like shown here.
119120import os
120121import sys
121- sys .path .insert (0 , os .path .abspath ('../src/sphinxnotes ' ))
122- extensions .append ('render' )
122+ sys .path .insert (0 , os .path .abspath ('../src/' ))
123+ extensions .append ('sphinxnotes. render' )
123124
124125# CUSTOM CONFIGURATION
125126
126- extensions .append ('sphinx.ext.doctest' )
127127extensions .append ('sphinxnotes.data' )
128128
129129autodoc_default_options = {
You can’t perform that action at this time.
0 commit comments