Skip to content

Commit

Permalink
Merge pull request #111 from kurusugawa-computer/update-docs
Browse files Browse the repository at this point in the history
ReadTheDocsにpublishするための準備
  • Loading branch information
seraphr authored Oct 25, 2022
2 parents 7f37ba0 + 1de1776 commit a46ff29
Show file tree
Hide file tree
Showing 20 changed files with 1,058 additions and 928 deletions.
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
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

0 comments on commit a46ff29

Please sign in to comment.