This repository was archived by the owner on Dec 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +3
-280
lines changed Expand file tree Collapse file tree 8 files changed +3
-280
lines changed Original file line number Diff line number Diff line change @@ -228,9 +228,6 @@ if(Sphinx_FOUND)
228228 # Single-page HTML output directory
229229 set (SPHINX_SINGLE_HTML_DIR "${BINARY_BUILD_DIR} /singlehtml" )
230230
231- # Title page output directory for forgge.github.io index page
232- set (SPHINX_TITLE_HTML_DIR "${CMAKE_CURRENT_BINARY_DIR} /sphinx/" )
233-
234231 add_custom_target (core_sphinx
235232 # create directories beforehand
236233 COMMAND ${CMAKE_COMMAND} -E make_directory
@@ -262,15 +259,6 @@ if(Sphinx_FOUND)
262259 "${CMAKE_CURRENT_SOURCE_DIR} /sphinx/source"
263260 "${SPHINX_SINGLE_HTML_DIR} "
264261 COMMENT "Building HTML documentation with Sphinx"
265-
266- COMMAND # Title HTML build
267- ${CMAKE_COMMAND} -E env SPHINX_ROOT_URL=http://forgge.github.io/theCore
268- ${SPHINX_EXECUTABLE}
269- -b singlehtml
270- -c "${CMAKE_CURRENT_SOURCE_DIR} /sphinx/source_title"
271- "${CMAKE_CURRENT_SOURCE_DIR} /sphinx/source_title"
272- "${SPHINX_TITLE_HTML_DIR} "
273- COMMENT "Building title page documentation with Sphinx"
274262 )
275263
276264 add_dependencies (core_sphinx core_doxygen)
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ cp -Lr ../docs/sphinx/* .
3333mkdir -p ../gh_pages/theCore/doxygen/
3434
3535# Generate sitemap
36+ cd theCore
3637${SCRIPTPATH} /sitemap.sh
38+ cd -
3739
3840if [ -z " $( git status --porcelain) " ]; then
3941 echo " No documentation changes present. Skipping doc deploy"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# url configuration
4- URL=" https://forgge.github.io/"
4+ URL=" https://forgge.github.io/theCore/ "
55
66# values: always hourly daily weekly monthly yearly never
77FREQ=" daily"
You can’t perform that action at this time.
0 commit comments