From 9813786b4173a016a7b4da0d3aa05c852a42b51a Mon Sep 17 00:00:00 2001 From: Purva Thakre Date: Tue, 6 Feb 2024 20:16:04 -0600 Subject: [PATCH] add back to gitignore + use make html --- .github/workflows/docs.yml | 1 + .gitignore | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 73a1aa583..5adffaaa1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -66,4 +66,5 @@ jobs: - name: Check docstring examples run: | cd docs + make html make doctest \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4882af480..80f96e20f 100644 --- a/.gitignore +++ b/.gitignore @@ -70,8 +70,8 @@ instance/ .scrapy # Sphinx documentation -# docs/_build/ -# docs/docs/_build/ +docs/_build/ +docs/docs/_build/ # PyBuilder target/