Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
28
Issues
28
List
Boards
Labels
Milestones
Merge Requests
13
Merge Requests
13
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
7caad004
Commit
7caad004
authored
May 27, 2017
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
building old docs with new syntax to 'dune_cmake_sphinx_doc' call
#10
parent
c3de0745
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
doc/CMakeLists.txt
doc/CMakeLists.txt
+17
-1
No files found.
doc/CMakeLists.txt
View file @
7caad004
...
...
@@ -8,7 +8,23 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/examples DESTINATION ${CMAKE_CURRENT_BINARY_
file
(
COPY
${
CMAKE_CURRENT_LIST_DIR
}
/figures DESTINATION
${
CMAKE_CURRENT_BINARY_DIR
}
)
include
(
DuneSphinxCMakeDoc
)
dune_cmake_sphinx_doc
()
dune_cmake_sphinx_doc
(
SPHINX_CONF
${
CMAKE_CURRENT_SOURCE_DIR
}
/conf.py.in
RST_SOURCES
index.rst
doxygen-guide.rst
doxygen-modules.rst
doxygen-quick-all.rst
logs-install.rst
other-cmake.rst
python-dorie-parscraper.rst
python-dorie-testtools.rst
python-dorie-utilities.rst
quickstart-bcfile.rst
quickstart-cookbook.rst
quickstart-installation.rst
quickstart-parameters.rst
MODULE_ONLY
)
if
(
TARGET sphinx_html
)
add_dependencies
(
sphinx_html doxygen_dorie
)
endif
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment