File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 99env :
1010 # environment variables.
1111 SOURCE_BRANCH : main
12- GH_PAGES_BRANCH : gh-pages
12+ PAGES_BRANCH : gh-pages
1313
1414jobs :
1515 docs-build :
4444 # Merge the "main" branch to the "gh-pages" branch.
4545 - name : Update "gh-pages" branch
4646 run : |
47- git checkout $GH_PAGES_BRANCH
47+ git checkout $PAGES_BRANCH
4848 git merge origin/$SOURCE_BRANCH
4949 # Build the sphinx api documentation.
5050 - name : Run Sphinx Build
5555 git ls-files --others --exclude-standard
5656 git add ./api
5757 git commit -m "github action: auto build api docs"
58- git push origin $GH_PAGES_BRANCH
58+ git push origin $PAGES_BRANCH
Original file line number Diff line number Diff line change 1+ < nav class ="table w-full min-w-full my-6 lg:my-8 ">
2+ < code style ="font-size: 0.65rem; "> Release - v{{ release }}</ code >
3+ {%- if theme_globaltoc_includehidden|tobool %}
4+ {{ toctree(titles_only=true, collapse=False, includehidden=true) }}
5+ {%- else %}
6+ {{ toctree(titles_only=true, collapse=False) }}
7+ {%- endif %}
8+ </ nav >
Original file line number Diff line number Diff line change 131131# It should be a Windows-style icon file (.ico), which is 16x16 or 32x32
132132# pixels large. Default: None.
133133html_favicon = '_images/favicon.png'
134- html_logo = '_images/favicon.png'
134+ html_logo = None
135135
136136# The theme to use for HTML and HTML Help pages. See the documentation for
137137# a list of builtin themes.
154154# documentation.
155155html_title = 'NodeGraphQt'
156156html_theme_options = {
157- # " logo_light": " _images/logo .png" ,
158- # " logo_dark": " _images/logo .png"
157+ ' logo_light' : ' _images/favicon .png' ,
158+ ' logo_dark' : ' _images/favicon .png' ,
159159 'main_nav_links' : {
160160 'Source' : 'https://github.com/jchanvfx/NodeGraphQt' ,
161161 'Issues' : 'https://github.com/jchanvfx/NodeGraphQt/issues' ,
You can’t perform that action at this time.
0 commit comments