File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1- name : Build and Deploy Docs
1+ name : Build and Deploy Sphinx Docs
22
33on :
44 push :
55 branches :
6- - Doxygen # Trigger on pushes to the main branch
6+ - main # Trigger on pushes to the main branch
7+ - Doxygen # Trigger on pushes to the devel branch
78
89jobs :
910 build :
3435 path : _build/html # Path to your built documentation
3536 - name : Deploy to GitHub Pages
3637 uses : peaceiris/actions-gh-pages@v3
37- # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3838 if : ${{ github.event_name == 'push' }}
3939 with :
4040 publish_branch : gh-pages
Original file line number Diff line number Diff line change 112112html_static_path = ['_static' ]
113113
114114# -- A readthedocs conditional ----------------------------------------------
115- def setup (app ):
116- if on_rtd :
117- app .add_tag ('rtd' )
115+ if on_rtd :
116+ tags .add ('rtd' )
118117
119118# -- Turn on figure numering -------------------------------------------------
120119numfig = True
Original file line number Diff line number Diff line change @@ -31,9 +31,8 @@ Index to pyEXP classes
3131
3232.. only :: rtd
3333
34- .. note ::
34+ .. note ::
3535
36- The Python API can not be generated in the _readthedocs_ environment.
37- You can find these webpages that include the full pyEXP API `on
38- GitHub Pages
39- <https://exp-code.github.io/EXP-docs/> `_.
36+ The Python API can not be generated in the _readthedocs_
37+ environment. You can find these webpages that include the full
38+ pyEXP API `on GitHub Pages <https://exp-code.github.io/EXP-docs/ >`_.
You can’t perform that action at this time.
0 commit comments