Skip to content

Commit

Permalink
Fixing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Jan 26, 2022
1 parent bba6b48 commit 2570d6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
numpy
jupyterlab
ipython
sphinx
sphinx-material
nbsphinx
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@
# ones.
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
"sphinx.ext.extlinks",
"nbsphinx",
"IPython.sphinxext.ipython_console_highlighting",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ And we support loading the trained weights from YOLOv5:
.. toctree::
:maxdepth: 2
:titlesonly:
:caption: Installation
:caption: Getting Started

installation

Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Installation
Install yolort
============

.. _required:
Expand Down

0 comments on commit 2570d6c

Please sign in to comment.