Skip to content
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

ReadTheDocsにpublishするための準備 #111

Merged
merged 10 commits into from
Oct 25, 2022
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
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
python:
version: 3.8
version: 3.10
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
Empty file added docs/_static/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["recommonmark"]
extensions = ["myst_parser"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
6 changes: 0 additions & 6 deletions docs/index.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


.. toctree::
:maxdepth: 1
:caption: Contents:

user_guide/command_sample.rst
user_guide/kitti_3d_object_detection.md
user_guide/annofab_point_cloud_format.md


4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==3.5.2
pydata-sphinx-theme==0.4.3
sphinx==5.2.3
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

poetry.lockと同じバージョンにした。

pydata-sphinx-theme==0.9.0
recommonmark=="0.7.1"
1 change: 0 additions & 1 deletion docs/user_guide/annofab_point_cloud_format.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Annofab点群形式(KITTIベース)

## 概要
Expand Down
Loading