Skip to content

Commit

Permalink
Move to mkdocs and move images
Browse files Browse the repository at this point in the history
  • Loading branch information
olibrian committed Mar 8, 2024
1 parent 1679f1f commit 2a4f3b6
Show file tree
Hide file tree
Showing 29 changed files with 85 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ python:
install:
- requirements: requirements.txt

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: ./conf.py
# Build documentation in the docs/ directory with mkdocs
mkdocs:
configuration: ./mkdocs.yml

formats:
- htmlzip
Expand Down
Binary file removed images/AboAdd.png
Binary file not shown.
Binary file removed images/AboTag.png
Binary file not shown.
Binary file removed images/Base.png
Binary file not shown.
Binary file removed images/FilterLayer.png
Binary file not shown.
Binary file removed images/FilterNew.png
Binary file not shown.
Binary file removed images/FilterRole.png
Binary file not shown.
Binary file removed images/FilterSave.png
Binary file not shown.
Binary file removed images/GroupAdd.png
Binary file not shown.
Binary file removed images/GroupDescription.png
Binary file not shown.
Binary file removed images/LowLayerFull.png
Binary file not shown.
Binary file removed images/LowLayerGroup.png
Binary file not shown.
Binary file removed images/LowLayerNone.png
Binary file not shown.
Binary file removed images/MidlayerFull.png
Binary file not shown.
Binary file removed images/MidlayerGroup.png
Binary file not shown.
Binary file removed images/Tags.png
Binary file not shown.
Binary file removed images/TopLayerFull.png
Binary file not shown.
Binary file removed images/TopLayerFullRestrained.png
Binary file not shown.
Binary file removed images/TopLayerSubgroup.png
Binary file not shown.
Binary file removed images/approvals_tab.png
Binary file not shown.
Binary file removed images/invitation_list.png
Binary file not shown.
Binary file removed images/invitation_reply.png
Binary file not shown.
Binary file removed images/pending_role_approval.png
Diff not rendered.
16 changes: 16 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
site_name: Hitobito
theme:
name: readthedocs
highlightjs: true
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
68 changes: 66 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,66 @@
sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile docs/requirements.in
#
click==8.1.3
# via mkdocs
ghp-import==2.1.0
# via mkdocs
griffe==0.22.0
# via mkdocstrings-python
importlib-metadata==4.12.0
# via mkdocs
jinja2==3.1.2
# via
# mkdocs
# mkdocstrings
markdown==3.3.7
# via
# markdown-include
# mkdocs
# mkdocs-autorefs
# mkdocstrings
# pymdown-extensions
markdown-include==0.6.0
# via -r docs/requirements.in
markupsafe==2.1.1
# via
# jinja2
# mkdocstrings
mergedeep==1.3.4
# via mkdocs
mkdocs==1.3.0
# via
# -r docs/requirements.in
# mkdocs-autorefs
# mkdocstrings
mkdocs-autorefs==0.4.1
# via mkdocstrings
mkdocstrings[python]==0.19.0
# via
# -r docs/requirements.in
# mkdocstrings-python
mkdocstrings-python==0.7.1
# via mkdocstrings
packaging==21.3
# via mkdocs
pymdown-extensions==9.5
# via mkdocstrings
pyparsing==3.0.9
# via packaging
python-dateutil==2.8.2
# via ghp-import
pyyaml==6.0
# via
# mkdocs
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
six==1.16.0
# via python-dateutil
watchdog==2.1.9
# via mkdocs
zipp==3.8.0
# via importlib-metadata

0 comments on commit 2a4f3b6

Please sign in to comment.