Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ man:
#---

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
PYTHONPATH=$(shell pwd)/.. $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

#---

Expand Down
12 changes: 6 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@

# -- Sphinx.Ext.InterSphinx -----------------------------------------------

intersphinx_mapping = {
'python': ('https://docs.python.org/3.8/', None),
'ghdl': ('https://ghdl.github.io/ghdl', None),
'vunit': ('https://vunit.github.io', None),
'matplotlib': ('https://matplotlib.org/', None)
}
#intersphinx_mapping = {
# 'python': ('https://docs.python.org/3.8/', None),
# 'ghdl': ('https://ghdl.github.io/ghdl', None),
# 'vunit': ('https://vunit.github.io', None),
# 'matplotlib': ('https://matplotlib.org/', None)
#}

# -- Sphinx.Ext.ExtLinks --------------------------------------------------
extlinks = {
Expand Down
4 changes: 2 additions & 2 deletions doc/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ solve the complete workflow were encapsulated into procedures
This file is compliant with Tcl 8.4 because is the oldest used by a
supported FPGA Tool (Xilinx ISE).

fpga/tool/*.py
==============
fpga/tool/<TOOL>.py
===================

A base class (``__init__.py``) was developed to provides a uniform API to be
implemented for each supported Tool.
Expand Down