From c01d9ab2272919bc1acc0fa692ebf2890d25494f Mon Sep 17 00:00:00 2001 From: Ruilong Li <397653553@qq.com> Date: Sat, 23 Sep 2023 17:35:00 -0700 Subject: [PATCH] rm png txt in gitignore --- .github/workflows/doc.yml | 2 -- .gitignore | 2 -- docs/requirements.txt | 4 ++++ 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 48b125f0d..8b160ffe0 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -13,8 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: - ref: compile - uses: actions/setup-python@v3 with: python-version: '3.9' diff --git a/.gitignore b/.gitignore index ddc3d2fde..73521805d 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,4 @@ venv.bak/ *build compile_commands.json -*.png -*.txt *.dump diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 000000000..49a09e602 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,4 @@ +furo +sphinx +sphinx-copybutton +sphinx-design \ No newline at end of file