Skip to content

Commit

Permalink
Merge pull request #704 from sigrennesmetropole/switch_to_mkdocs
Browse files Browse the repository at this point in the history
Switch to mkdocs
  • Loading branch information
pierrejego committed Jul 3, 2023
2 parents 6bb039e + 81e949f commit 5bf4d32
Show file tree
Hide file tree
Showing 179 changed files with 2,464 additions and 2,210 deletions.
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
database/config.sh

.DS_Store
docs/.venv/
docs/_build/
docs/rsync.bash

# documentation MkDocs
venv_mkdocs/
.venv_mkdocs/
docs_modules/
modules/
docs/tableofcontent.md


cadastrapp/target/*
addons/cadastrapp/js/build/cadastrapp.js
database/test.sh
26 changes: 26 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# seul le HTML en ligne est supporté par MKDocs
# formats:
# - pdf


# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"

mkdocs:
configuration: mkdocs.yml

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt

20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

Binary file removed docs/_images/logo_craig.png
Binary file not shown.
Binary file removed docs/_images/logo_rennes_metropole.png
Binary file not shown.
Binary file removed docs/_images/schema_cadastrapp.png
Binary file not shown.
11 changes: 0 additions & 11 deletions docs/build.bash

This file was deleted.

80 changes: 0 additions & 80 deletions docs/conf.py

This file was deleted.

26 changes: 26 additions & 0 deletions docs/css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@


:root {
--md-primary-fg-color:#85127e;
--md-primary-fg-color--light:#85127e;
--md-primary-fg-color--dark:#85127e;
--md-primary-bg-color:#fff;
--md-primary-bg-color--light:#ffffffb3;
--md-accent-fg-color:#526cfe;
--md-accent-fg-color--transparent:#526cfe1a;
--md-accent-bg-color:#fff;
--md-accent-bg-color--light:#ffffffb3
}

h1, h2, h3 {
color:rgb(133, 18, 126)!important;
font-weight:600!important;
}

.md-typeset {
font-size: .75rem;
}

footer {
background-color: #500b4c!important;
}
Binary file not shown.
8 changes: 0 additions & 8 deletions docs/guide_administrateur/configuration_addon.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/guide_administrateur/configuration_webapp.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/guide_administrateur/donnees_cadastrapp.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/guide_developpeur/api.rst

This file was deleted.

Loading

0 comments on commit 5bf4d32

Please sign in to comment.