Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
C++ project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
C++ project
Merge requests
!7
Expand documentation and enable security dashboards
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Expand documentation and enable security dashboards
expand-documentation
into
main
Overview
0
Commits
4
Pipelines
1
Changes
6
Closed
Corné Lukken
requested to merge
expand-documentation
into
main
1 year ago
Overview
0
Commits
4
Pipelines
1
Changes
6
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
dd218a41
4 commits,
1 year ago
6 files
+
54
−
9
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
doc/sphinx/conf.py
+
6
−
0
View file @ dd218a41
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,6 +18,12 @@ import sys
@@ -18,6 +18,12 @@ import sys
# Add any Sphinx extension module names here, as strings. They can be
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# ones.
project
=
"
CPP
"
# TODO(): Extract version metadata from CMake and make available in Sphinx
# version = ""
extensions
=
[
extensions
=
[
"
breathe
"
,
"
breathe
"
,
]
]
Loading