docs: add References through BibTeX
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
60fe154d3b
commit
e06e29c954
|
@ -65,8 +65,12 @@ extensions = [
|
||||||
'sphinx.ext.napoleon',
|
'sphinx.ext.napoleon',
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinxcontrib_hdl_diagrams',
|
'sphinxcontrib_hdl_diagrams',
|
||||||
|
'sphinxcontrib.bibtex',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
bibtex_default_style = 'plain'
|
||||||
|
bibtex_bibfiles = ['refs.bib']
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
contributing
|
contributing
|
||||||
partners
|
partners
|
||||||
|
|
||||||
|
references
|
||||||
|
|
||||||
|
|
||||||
Welcome to SkyWater SKY130 PDK's documentation!
|
Welcome to SkyWater SKY130 PDK's documentation!
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
.. _References:
|
||||||
|
|
||||||
|
References
|
||||||
|
##########
|
||||||
|
|
||||||
|
.. bibliography::
|
||||||
|
:notcited:
|
||||||
|
:labelprefix: R
|
|
@ -0,0 +1,6 @@
|
||||||
|
@Online{SkyWaterPDKIntro_Edwards21,
|
||||||
|
author = {Edwards, Tim},
|
||||||
|
title = {{Introduction to the SkyWater PDK: The New Age of Open Source Silicon}},
|
||||||
|
url = {https://isn.ucsd.edu/courses/beng207/lectures/Tim_Edwards_2021_slides.pdf},
|
||||||
|
year = {2021},
|
||||||
|
}
|
|
@ -3,6 +3,7 @@ git+https://github.com/SymbiFlow/sphinx_symbiflow_theme.git#egg=sphinx-symbiflow
|
||||||
docutils
|
docutils
|
||||||
sphinx
|
sphinx
|
||||||
sphinx-autobuild
|
sphinx-autobuild
|
||||||
|
sphinxcontrib-bibtex
|
||||||
|
|
||||||
# Verilog domain
|
# Verilog domain
|
||||||
sphinx-verilog-domain
|
sphinx-verilog-domain
|
||||||
|
|
Loading…
Reference in New Issue