We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45f899 commit 916129cCopy full SHA for 916129c
mkdocs.yml
@@ -5,6 +5,9 @@ site_name: "jdiff Documentation"
5
site_url: "https://jdiff.readthedocs.io/"
6
site_dir: "jdiff/docs"
7
repo_url: "https://github.com/networktocode-llc/jdiff"
8
+python:
9
+ install:
10
+ - requirements: "docs/requirements.txt"
11
theme:
12
name: "readthedocs"
13
navigation_depth: 4
@@ -17,8 +20,6 @@ markdown_extensions:
17
20
- "admonition"
18
21
- toc:
19
22
permalink: true
-plugins:
- - "include-markdown"
23
nav:
24
- Introduction: "index.md"
25
- Usage: "usage.md"
0 commit comments