Skip to content

Commit 7e35d16

Browse files
authored
DRIVERS-2789 Render Admonitions on ReadTheDocs (#1619)
1 parent 1e8a327 commit 7e35d16

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
site_name: MongoDB Specifications
22
docs_dir: source
33
nav:
4-
- 'index.md'
4+
- 'index.md'
5+
markdown_extensions:
6+
- admonition
7+
plugins:
8+
- gh-admonitions

source/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
mkdocs
1+
mkdocs
2+
mkdocs-github-admonitions-plugin

0 commit comments

Comments
 (0)