Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Nils Brüggemann
pyicon
Commits
8807da4b
Commit
8807da4b
authored
2 weeks ago
by
Nils Brüggemann
Browse files
Options
Downloads
Patches
Plain Diff
doc: Allow for markdown files in documentation.
parent
01b8b51f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#100196
passed
2 weeks ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/conf.py
+5
-1
5 additions, 1 deletion
doc/conf.py
requirements_documentation.txt
+1
-0
1 addition, 0 deletions
requirements_documentation.txt
with
6 additions
and
1 deletion
doc/conf.py
+
5
−
1
View file @
8807da4b
...
...
@@ -39,6 +39,7 @@ extensions = [
'
sphinx_copybutton
'
,
'
sphinx.ext.autosummary
'
,
'
sphinx.ext.napoleon
'
,
'
myst_parser
'
,
]
# Add any paths that contain templates here, relative to this directory.
...
...
@@ -48,7 +49,10 @@ templates_path = ['_templates']
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix
=
'
.rst
'
source_suffix
=
{
'
.rst
'
:
'
restructuredtext
'
,
'
.md
'
:
'
markdown
'
,
}
# The master toctree document.
master_doc
=
'
index
'
...
...
This diff is collapsed.
Click to expand it.
requirements_documentation.txt
+
1
−
0
View file @
8807da4b
...
...
@@ -4,3 +4,4 @@ nbsphinx-link
sphinx_copybutton
pydata_sphinx_theme
#docutils=0.20
myst-parser
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