Browse Source

Update documentation requirements

jeremystretch 4 years ago
parent
commit
196784474d
3 changed files with 5 additions and 11 deletions
  1. 4 0
      base_requirements.txt
  2. 0 11
      docs/requirements.txt
  3. 1 0
      requirements.txt

+ 4 - 0
base_requirements.txt

@@ -82,6 +82,10 @@ markdown-include
 # https://github.com/squidfunk/mkdocs-material
 mkdocs-material
 
+# Introspection for embedded code
+# https://github.com/mkdocstrings/mkdocstrings
+mkdocstrings
+
 # Library for manipulating IP prefixes and addresses
 # https://github.com/drkjam/netaddr
 netaddr

+ 0 - 11
docs/requirements.txt

@@ -1,11 +0,0 @@
-# File inclusion plugin for Python-Markdown
-# https://github.com/cmacmackin/markdown-include
-markdown-include
-
-# MkDocs Material theme (for documentation build)
-# https://github.com/squidfunk/mkdocs-material
-mkdocs-material
-
-# Introspection for embedded code
-# https://github.com/mkdocstrings/mkdocstrings
-mkdocstrings

+ 1 - 0
requirements.txt

@@ -19,6 +19,7 @@ Jinja2==3.0.3
 Markdown==3.3.6
 markdown-include==0.6.0
 mkdocs-material==8.1.7
+mkdocstrings==0.17.0
 netaddr==0.8.0
 Pillow==8.4.0
 psycopg2-binary==2.9.3