Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yafits
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
artemix
yafits
Commits
2cc9e63d
Commit
2cc9e63d
authored
8 months ago
by
Moreau Nicolas
Browse files
Options
Downloads
Patches
Plain Diff
Fixes path of yafitss in sphinx configuration
parent
a8a70319
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
yafitss/sourcedoc/source/conf.py
+3
-2
3 additions, 2 deletions
yafitss/sourcedoc/source/conf.py
with
3 additions
and
2 deletions
yafitss/sourcedoc/source/conf.py
+
3
−
2
View file @
2cc9e63d
import
os
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
os
.
path
.
join
(
"
..
"
,
"
..
"
)))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
os
.
path
.
join
(
"
..
"
,
"
..
"
,
"
yafitss
"
)))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
os
.
path
.
join
(
"
..
"
,
"
..
"
,
"
..
"
)))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
os
.
path
.
join
(
"
..
"
,
"
..
"
,
"
..
"
,
"
yafitss
"
)))
# Configuration file for the Sphinx documentation builder.
#
...
...
@@ -35,6 +35,7 @@ exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
...
...
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