Skip to content

fix(//docsrc): Fix dependencies for docgen #726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2021
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
1 change: 1 addition & 0 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Generate New Docs
run: |
cd docsrc
pip3 install -r requirements.txt
python3 -c "import torch_tensorrt; print(torch_tensorrt.__version__)"
make html
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
2 changes: 1 addition & 1 deletion docsrc/contributors/useful_links.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _useful_links:

Useful Links for Torch-TensorRT Development
=====================================
==============================================

TensorRT Available Layers and Expected Dimensions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docsrc/py_api/ptq.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _torch_tensorrt_ptq_py:

torch_tensorrt.ptq
----------------------
===================

.. currentmodule:: torch_tensorrt.ptq

Expand Down
4 changes: 2 additions & 2 deletions docsrc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==4.3.0
breathe==4.31.0
exhale==0.2.3
sphinx_rtd_theme==4.3.0
sphinx-material==0.0.35
nbsphinx==0.8.7
nbsphinx==0.8.7
docutils==0.17.1