Skip to content

Commit

Permalink
doc: get readthedocs working
Browse files Browse the repository at this point in the history
  • Loading branch information
choppsv1 committed Nov 29, 2022
1 parent a3d06af commit 9014fe6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[[ci-badge-main][https://github.com/LabNConsulting/munet/actions/workflows/ci.yml/badge.svg?branch=main]]
[[https://codecov.io/gh/LabNConsulting/munet][https://codecov.io/gh/LabNConsulting/munet/branch/main/graph/badge.svg?token=FD2O4YGDTT]]
[[Documentation Status][https://readthedocs.org/projects/munet/badge/?version=latest]]
[[Doc Status][https://munet.readthedocs.io/en/latest/?badge=latest]]

A package for creating network topologies and running programs and containers
within them using linux namepsaces.
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: '3.10'
python: "3.9"
jobs:
post_install:
post_create_environment:
# Install poetry
- pip install poetry~=1.2
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
- poetry install --with doc
post_install:
# Install dependencies
- poetry install --with docs --with doc
sphinx:
configuration: doc/source/conf.py

0 comments on commit 9014fe6

Please sign in to comment.