Use mkdocs-no-3rd-party
This commit is contained in:
parent
ef97e765c1
commit
8fd4bd20f7
|
@ -1,6 +1,8 @@
|
||||||
site_name: CRXN
|
site_name: CRXN
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
extra_css: [extra.css]
|
extra_css: [extra.css]
|
||||||
|
plugins:
|
||||||
|
- no3rdparty
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: .
|
- Home: .
|
||||||
|
|
Loading…
Reference in New Issue