Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
examples
python_project
Commits
c848b364
Commit
c848b364
authored
6 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Make yapf
parent
6daf12da
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1792
passed
6 years ago
Stage: test
Stage: coverage
Stage: doc
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/conf.py
+6
-14
6 additions, 14 deletions
doc/conf.py
with
6 additions
and
14 deletions
doc/conf.py
+
6
−
14
View file @
c848b364
...
...
@@ -18,7 +18,7 @@ from datetime import date
import
sphinx_rtd_theme
from
pkg_resources
import
get_distribution
import
foo
# noqa
import
foo
# noqa
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
...
...
@@ -53,9 +53,7 @@ autoapi_options = [
'
members
'
,
'
undoc-members
'
# , 'private-members', 'special-members'
]
autoapi_ignore
=
[
"
*/tests/*
"
,
"
*test_*.py
"
,
"
*/doc/conf.py
"
]
autoapi_ignore
=
[
"
*/tests/*
"
,
"
*test_*.py
"
,
"
*/doc/conf.py
"
]
autoapi_include_summaries
=
True
# Add any paths that contain templates here, relative to this directory.
...
...
@@ -216,10 +214,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents
=
[
(
'
index
'
,
'
KM3Pipe.tex
'
,
u
'
KM3Pipe Documentation
'
,
u
'
Tamás Gál and Moritz Lotze
'
,
'
manual
'
),
(
'
index
'
,
'
KM3Pipe.tex
'
,
u
'
KM3Pipe Documentation
'
,
u
'
Tamás Gál and Moritz Lotze
'
,
'
manual
'
),
]
# The name of an image file (relative to this directory) to place at the top of
...
...
@@ -246,10 +242,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages
=
[(
'
index
'
,
'
foo
'
,
u
'
Foo Documentation
'
,
[
u
'
Your Name
'
],
1
)]
man_pages
=
[(
'
index
'
,
'
foo
'
,
u
'
Foo Documentation
'
,
[
u
'
Your Name
'
],
1
)]
# If true, show URL addresses after external links.
# man_show_urls = False
...
...
@@ -259,8 +252,7 @@ man_pages = [(
# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents
=
[
]
texinfo_documents
=
[]
# Documents to append as an appendix to all manuals.
# texinfo_appendices = []
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment