-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [shared](https://github.com/ferrocene/sphinx-shared-resources) from `e861e48` to `81105a6`. - [Commits](ferrocene/sphinx-shared-resources@e861e48...81105a6) --- updated-dependencies: - dependency-name: shared dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6328ec3
commit 9382c1a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule shared
updated
16 files
+1 −0 | .gitignore | |
+2 −1 | README.md | |
+186 −0 | exts/ferrocene_autoglossary/__init__.py | |
+74 −0 | exts/ferrocene_autoglossary/debug.py | |
+131 −0 | exts/ferrocene_autoglossary/lexer.py | |
+31 −0 | exts/ferrocene_domain_cli/__init__.py | |
+0 −22 | exts/ferrocene_domain_cli/domain.py | |
+59 −0 | exts/ferrocene_domain_cli/traceability_ids.py | |
+8 −2 | exts/ferrocene_qualification/__init__.py | |
+3 −2 | exts/ferrocene_qualification/document_id.py | |
+4 −1 | exts/ferrocene_qualification/signature_page.py | |
+53 −0 | exts/ferrocene_qualification/target.py | |
+10 −2 | exts/ferrocene_toctrees.py | |
+1 −0 | requirements.in | |
+244 −221 | requirements.txt | |
+86 −10 | themes/ferrocene/static/ferrocene.css |