Skip to content

Commit 428a015

Browse files
author
Laurent Franceschetti
committed
Remove include-markdown in webdoc, since it crashed readthedocs
1 parent 2161dd4 commit 428a015

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ INFO - Building documentation...
163163
```
164164
165165
Within the browser (e.g. http://127.0.0.1:8000/info), you should
166-
see a description of the plugins environment:
166+
see a description of the plugin's environment:
167167
168168
![macros_info()](macros_info.png)
169169

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Initialization
1313
# --------------------
1414

15-
VERSION_NUMBER = '1.0.4'
15+
VERSION_NUMBER = '1.0.5'
1616

1717
# required if you want to run document/test
1818
# pip install 'mkdocs-macros-plugin[test]'

webdoc/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mkdocs-Macros
44
static website generator, with the use of variables and macros. **
55

66
!!! Tip "A mini-framework"
7-
mkdocs-macros is more than a "plugin". It is a **mini-framework**
7+
Mkdocs-Macros is more than a "plugin". It is a **mini-framework**
88
developped with one goal in mind:
99

1010
**To enhance mkdocs with the macro and automation capabilities
@@ -34,7 +34,7 @@ that:
3434
The capabilities of **mkdocs-macros-plugin** are so wide
3535
that it can be called a **"mini-framework"**.
3636

37-
**mkdocs-macros-plugin** is very easy to use **out of the box**,
37+
**Mkdocs-Macros** is very easy to use **out of the box**,
3838
even for small documentation projects: it provides
3939
data about the platform, the git repository (if any), etc.
4040

webdoc/mkdocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ plugins:
5252
# 1. a question of "boostrap" (avoid chicken and the egg issues)
5353
# 2. avoid interpreting the jinja2 code examples as instructions.
5454
- search
55-
- include-markdown
56-
- mermaid2:
57-
arguments:
58-
securityLevel: 'loose'
55+
# - include-markdown
56+
- mermaid2
5957

6058

0 commit comments

Comments
 (0)