Skip to content

Commit

Permalink
Docs file references fix (#76)
Browse files Browse the repository at this point in the history
* Changed references to docs/source to docs

* Moving files back to docs/source

* removed ignore rst

* Removed rst from clean command
  • Loading branch information
kevinaer authored Apr 6, 2021
1 parent 1de565f commit d3b6fa2
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,5 @@ MigrationBackup/

# End of https://www.toptal.com/developers/gitignore/api/windows,macos,linux,python,react,pycharm,emacs,vim,visualstudio,visualstudiocode

/docs/source/api/*.rst

licenses/
engine-version.txt
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ clean:
rm -fr .pytest_cache;
rm -fr docs/_build docs/build;
find $(CHECKDIRS) | grep -E "(__pycache__|\.pyc|\.pyo)" | xargs rm -fr;
find $(DOCDIR)/source/api | grep .rst | xargs rm -rf;
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_logo = "icon-deepsparse.png"
html_logo = "source/icon-deepsparse.png"

html_theme_options = {
'analytics_id': 'UA-128364174-1', # Provided by Google in your dashboard
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Additionally, more information can be found via
:maxdepth: 3
:caption: General

quicktour
installation
hardware
source/quicktour
source/installation
source/hardware

.. toctree::
:maxdepth: 3
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit d3b6fa2

Please sign in to comment.