Skip to content

Commit

Permalink
Generate docstringdb.json at build time
Browse files Browse the repository at this point in the history
Closes emacs-evil#1544. Note that the generated Texinfo file cannot be removed as
it is built by Sphinx which is not available during ELPA package builds.
  • Loading branch information
axelf4 committed Jul 5, 2023
1 parent 2a0f8d8 commit 953cf21
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17,921 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ typescript
/doc/*.toc
/doc/*.vr
/doc/*.vrs
/doc/docstringdb.json
/doc/build/*/
!/doc/build/texinfo/evil.texi
*.pyc
9 changes: 9 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages: [emacs-nox]
jobs:
pre_build:
- scripts/evil-extract-docstrings
Loading

0 comments on commit 953cf21

Please sign in to comment.