IAP GITLAB

Skip to content
Snippets Groups Projects
Commit bbf28989 authored by Antonio Augusto Alves Junior's avatar Antonio Augusto Alves Junior Committed by Ralf Ulrich
Browse files

doxy css

parent e43db97c
No related branches found
No related tags found
1 merge request!374New documentation buiding
...@@ -4,7 +4,7 @@ PROJECT_BRIEF = "The framework to simulate particle cascades for astrop ...@@ -4,7 +4,7 @@ PROJECT_BRIEF = "The framework to simulate particle cascades for astrop
GENERATE_HTML = YES GENERATE_HTML = YES
GENERATE_LATEX = YES GENERATE_LATEX = YES
GENERATE_XML = NO GENERATE_XML = YES
OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/ OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/
INPUT = @PROJECT_SOURCE_DIR@/corsika @PROJECT_SOURCE_DIR@/src @CMAKE_BINARY_DIR@/corsika INPUT = @PROJECT_SOURCE_DIR@/corsika @PROJECT_SOURCE_DIR@/src @CMAKE_BINARY_DIR@/corsika
......
...@@ -52,6 +52,7 @@ release = u'prototype-0.1.0' ...@@ -52,6 +52,7 @@ release = u'prototype-0.1.0'
extensions = [ extensions = [
'sphinx.ext.todo', 'sphinx.ext.todo',
'breathe',
'sphinx.ext.mathjax', 'sphinx.ext.mathjax',
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.extlinks', 'sphinx.ext.extlinks',
...@@ -60,6 +61,7 @@ extensions = [ ...@@ -60,6 +61,7 @@ extensions = [
'recommonmark' 'recommonmark'
] ]
breathe_default_project = "CORSIKA 8"
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
sphinx_rtd_theme == 0.5.1 sphinx_rtd_theme >= 0.5.1
sphinx == 3.5.3 sphinx >= 3.5.3
recommonmark == 0.7.1 recommonmark >= 0.7.1
breathe >= 4.27.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment