Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
8c65ea37
Commit
8c65ea37
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
dummy build to force finding all doctests
parent
2a83c4d7
No related branches found
No related tags found
1 merge request
!128
Document modules
Pipeline
#123417
passed with stages
in 3 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
with
3 additions
and
0 deletions
.gitlab-ci.yml
+
3
−
0
View file @
8c65ea37
...
...
@@ -33,6 +33,9 @@ doctest:
stage
:
test
script
:
-
pip3 install --editable .[doc]
# doctest does not detect tests in code files during the first run.
# add a dummy build to generate .rst files before the actual tests
-
sphinx-build -b dummy docs/source docs/build
-
sphinx-build -b doctest docs/source docs/build
documentation
:
...
...
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