Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
5df127a0
Unverified
Commit
5df127a0
authored
Jan 03, 2018
by
Thom Wiggers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use sphinx directly
parent
22e9337f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
docs/conf.py
docs/conf.py
+9
-1
No files found.
.gitlab-ci.yml
View file @
5df127a0
...
...
@@ -46,7 +46,7 @@ docs:
script
:
-
echo "Building current docs"
-
env -u GITLAB_CI make doctest
-
test -z "$(env -u GITLAB_CI make html | egrep -w 'SEVERE:|ERROR:|WARNING:')"
-
env -u GITLAB_CI sphinx-build -M html "." "_build" -W
-
echo "Checking if there are changes"
-
./generate-apidocs.sh
-
git diff --exit-code
...
...
docs/conf.py
View file @
5df127a0
...
...
@@ -94,6 +94,8 @@ pygments_style = 'sphinx'
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos
=
False
# default domain:
primary_domain
=
'py'
# -- Options for HTML output ----------------------------------------------
...
...
@@ -111,7 +113,7 @@ html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
#
html_static_path = ['_static']
# -- Options for HTMLHelp output ------------------------------------------
...
...
@@ -179,3 +181,9 @@ autodoc_default_flags = ['members', 'undoc-members']
# Disable doctests in normal strings
doctest_test_doctest_blocks
=
''
# -- Supress warnings ---
suppress_warnings
=
[
'image.nonlocal_uri'
,
'ref.python'
,
]
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