From 048ce1bb83326b9cd9ec8953813ae19c1d8eb1a1 Mon Sep 17 00:00:00 2001 From: itdependsnetworks Date: Wed, 10 Aug 2022 10:45:08 -0400 Subject: [PATCH] Fix ability to run docs locally --- development/Dockerfile | 3 +++ docs/admin/release_notes/version_1.2.md | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/development/Dockerfile b/development/Dockerfile index e01e3c08..5110f490 100644 --- a/development/Dockerfile +++ b/development/Dockerfile @@ -41,4 +41,7 @@ COPY . /source RUN cp /tmp/install/* /source/ RUN poetry install --no-interaction --no-ansi +# TODO: Remove this, once there is a proper local doc hosting strategy +RUN pip install -r docs/requirements.txt + COPY development/nautobot_config.py ${NAUTOBOT_ROOT}/nautobot_config.py \ No newline at end of file diff --git a/docs/admin/release_notes/version_1.2.md b/docs/admin/release_notes/version_1.2.md index 416350cd..e846f9bb 100644 --- a/docs/admin/release_notes/version_1.2.md +++ b/docs/admin/release_notes/version_1.2.md @@ -1,6 +1,5 @@ # v1.2 TODOs Before Official Release - Remove static references to 1.4.0b1, in tasks.py, Dockerfile, and pyproject.toml -- Update docs to remove reference to scope for dynamic groups # v1.2 Release Notes - Move GoldenConfigSetting scope to the use of DynamicGroups