This commit is contained in:
Sagar Karandikar 2023-06-29 01:50:20 +00:00
parent 02350dd91c
commit e35f432cc1
2 changed files with 3 additions and 4 deletions

View File

@ -8,9 +8,8 @@ Background/Terminology
.. |mach_or_inst| replace:: Instance
.. |mach_or_inst_l| replace:: instances
.. |mach_details| replace:: an AWS EC2 instance
.. |mach_details| replace:: a "vanilla" AWS EC2 instance without an FPGA attached
.. |mach_or_inst2| replace:: cloud instances
.. |simple_setup| replace:: ..
this is a comment
.. |simple_setup| replace:: Later parts of this guide will explain in further detail how each of these instance types is launched and managed.
.. include:: ../../Terminology-Template.rst

View File

@ -117,7 +117,7 @@ language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', '*-Template.rst']
exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', '**/*-Template.rst']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'