From bfc0e60737c9faadada168da0457ceabfac92125 Mon Sep 17 00:00:00 2001 From: Cordero Core <127983572+uwcdc@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:47:07 -0600 Subject: [PATCH] Update CONTRIBUTING.md Temporarily removing instructions for `docs` --- .github/CONTRIBUTING.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 97d5ed09..c4212410 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -19,7 +19,6 @@ specific jobs: ```console $ nox -s lint # Lint only $ nox -s tests # Python tests -$ nox -s docs -- serve # Build and serve the docs $ nox -s build # Make an SDist and wheel ``` @@ -74,20 +73,6 @@ Use pytest-cov to generate coverage reports: pytest --cov=caustics ``` -# Building docs - -You can build the docs using: - -```bash -nox -s docs -``` - -You can see a preview with: - -```bash -nox -s docs -- serve -``` - # Pre-commit This project uses pre-commit for all style checking. While you can run it with