jsource icon indicating copy to clipboard operation
jsource copied to clipboard

Set up GitHub pages and link to Sphinx documentation

Open codereport opened this issue 4 years ago • 2 comments

codereport avatar Feb 18 '21 23:02 codereport

Might need to move the docs folder to a raw_docs or raw/docs.

Because github pages kinda only can look at the docs folder or the root folder.

You need to copy the generated html into the new docs folder.

Add an empty file named .nojekyll this is because you aren't using jekyll.

How best to automate this? I'm not sure.

Sebanisu avatar Apr 26 '21 21:04 Sebanisu

You could always change set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR}/sphinx) to set(SPHINX_BUILD ${PROJECT_SOURCE_DIR}/docs) then when you build the docs it'd update the folder and you just need to commit the changes.

Sebanisu avatar Apr 26 '21 23:04 Sebanisu