more docs skeleton

This commit is contained in:
alonamid
2019-05-17 14:33:58 -07:00
parent e0aed90714
commit 7e1365f142
15 changed files with 99 additions and 9 deletions

View File

@@ -181,4 +181,6 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {'python' : ('https://docs.python.org/', None),
'boom' : ('https://docs.boom-core.org/en/latest/', None),
'firesim' : ('http://docs.fires.im/en/latest/', None) }