Skip to content

Commit

Permalink
Merge pull request #243 from Mesnage-Org/ns-rse/239-api-docs
Browse files Browse the repository at this point in the history
Remove sphinx.ext.autosummary from lib/docs/conf.py
  • Loading branch information
TheLostLambda committed Sep 22, 2023
2 parents 0d53089 + d6630ce commit ab34062
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm install

- name: Install Playwright Browsers & Dependencies
run: pnpx playwright install --with-deps
run: pnpm exec playwright install --with-deps

- name: Run Playwright Tests
run: pnpm test
8 changes: 0 additions & 8 deletions lib/docs/api.rst

This file was deleted.

1 change: 0 additions & 1 deletion lib/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"sphinx.ext.githubpages",
"sphinx.ext.coverage",
"sphinx.ext.napoleon",
"sphinx.ext.autosummary",
"sphinx_rtd_theme",
"myst_parser",
"numpydoc",
Expand Down
1 change: 0 additions & 1 deletion lib/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Welcome to pgfinder's documentation!
:maxdepth: 2
:caption: API

api

Indices and tables
==================
Expand Down

0 comments on commit ab34062

Please sign in to comment.