Skip to content

Commit

Permalink
Merge pull request #306 from itdependsnetworks/minor_docs
Browse files Browse the repository at this point in the history
Fix ability to run docs locally
  • Loading branch information
itdependsnetworks authored Aug 10, 2022
2 parents 100404c + 048ce1b commit 6432864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion docs/admin/release_notes/version_1.2.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6432864

Please sign in to comment.