mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
bibtex plugin [ci skip]
This commit is contained in:
parent
58811ca2e9
commit
c8eb2fc41f
2 changed files with 5 additions and 0 deletions
|
|
@ -13,3 +13,5 @@ python3 -m pip install python-markdown-math --quiet $USEROPT
|
|||
python3 -m pip install install pymdown-extensions --quiet $USEROPT
|
||||
#python3 -m pip install install mkdocs-with-pdf --quiet $USEROPT
|
||||
python3 -m pip install install mkdocs-print-site-plugin --quiet $USEROPT
|
||||
python3 -m pip install mkdocs-bibtex --use-pep517 --quiet $USEROPT
|
||||
python3 -m pip install pandoc --quiet $USEROPT
|
||||
|
|
|
|||
|
|
@ -161,6 +161,9 @@ nav:
|
|||
plugins:
|
||||
- search
|
||||
- alternate-link
|
||||
- bibtex:
|
||||
bib_file: "docs/refs.bib"
|
||||
csl_file: "docs/american-chemical-society.csl"
|
||||
- print-site:
|
||||
add_to_navigation: false
|
||||
print_page_title: 'Print Site'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue