Merge pull request #148 from mithro/sphinxcontrib-verilog-domain
docs: Fixing requirements.txt
This commit is contained in:
commit
0d807cc0eb
10
docs/conf.py
10
docs/conf.py
|
@ -64,7 +64,7 @@ extensions = [
|
||||||
'sphinx.ext.mathjax',
|
'sphinx.ext.mathjax',
|
||||||
'sphinx.ext.napoleon',
|
'sphinx.ext.napoleon',
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinxcontrib_verilog_diagrams',
|
'sphinxcontrib_hdl_diagrams',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@ -83,10 +83,10 @@ master_doc = 'index'
|
||||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
if not on_rtd:
|
if not on_rtd:
|
||||||
html_context = {
|
html_context = {
|
||||||
"display_github": True, # Integrate GitHub
|
"display_github": True, # Integrate GitHub
|
||||||
"github_user": "mithro", # Username
|
"github_user": "google", # Username
|
||||||
"github_repo": "python-sphinx-verilog", # Repo name
|
"github_repo": "skywater-pdk", # Repo name
|
||||||
"github_version": "master", # Version
|
"github_version": "master", # Version
|
||||||
"conf_py_path": "/doc/",
|
"conf_py_path": "/doc/",
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
|
|
|
@ -4,11 +4,13 @@ docutils
|
||||||
sphinx
|
sphinx
|
||||||
sphinx-autobuild
|
sphinx-autobuild
|
||||||
|
|
||||||
|
# Verilog domain
|
||||||
|
sphinx-verilog-domain
|
||||||
# Verilog diagrams using Yosys + netlistsvg
|
# Verilog diagrams using Yosys + netlistsvg
|
||||||
git+https://github.com/SymbiFlow/sphinxcontrib-verilog-diagrams.git#egg=sphinxcontrib-verilog-diagrams
|
sphinxcontrib-hdl-diagrams
|
||||||
|
|
||||||
# Module diagrams
|
# Module diagrams
|
||||||
symbolator
|
git+https://github.com/SymbiFlow/symbolator.git#egg=symbolator
|
||||||
|
|
||||||
# pycairo
|
# pycairo
|
||||||
# vext.gi
|
# vext.gi
|
||||||
|
|
Loading…
Reference in New Issue