Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
concepts-processing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
meldb
concepts-processing
Commits
5d30f7e3
Commit
5d30f7e3
authored
1 month ago
by
mjbonifa
Browse files
Options
Downloads
Patches
Plain Diff
(docs) testing mkdocs and readthedocs integratino
parent
e2dd5288
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pydoc-markdown.yml
+0
-6
0 additions, 6 deletions
pydoc-markdown.yml
pyproject.toml
+1
-4
1 addition, 4 deletions
pyproject.toml
readthedocs.yml
+0
-17
0 additions, 17 deletions
readthedocs.yml
with
1 addition
and
27 deletions
pydoc-markdown.yml
deleted
100644 → 0
+
0
−
6
View file @
e2dd5288
loaders
:
-
type
:
python
search_path
:
[
"
./acmc"
]
renderer
:
type
:
markdown
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
4
View file @
5d30f7e3
...
...
@@ -77,15 +77,12 @@ dependencies = [
"mypy"
,
"pdoc"
,
"pydoc-markdown"
,
"mkdocs"
,
"mkdocs-material"
"mkdocs"
]
[tool.hatch.envs.dev.scripts]
format
=
"black ."
type
=
"mypy ."
docs
=
"pydoc-markdown > docs/api.md"
htmldocs
=
"pdoc -o docs/api -d markdown --docformat markdown --include-undocumented acmc"
precommit
=
"hatch run format && hatch run type && hatch run docs"
[tool.hatch.build]
...
...
This diff is collapsed.
Click to expand it.
readthedocs.yml
deleted
100644 → 0
+
0
−
17
View file @
e2dd5288
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version
:
2
# Set the version of Python and other tools you might need
build
:
os
:
ubuntu-24.04
tools
:
python
:
"
3.12"
mkdocs
:
configuration
:
mkdocs.yml
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