Skip to content

Commit

Permalink
Update Sphinx (#9)
Browse files Browse the repository at this point in the history
* 240303: Update meeting log

* Upgrade Sphinx

* Add RTD badge

* Fix Sphinx version
  • Loading branch information
appleparan committed Mar 3, 2024
1 parent aec6766 commit 85ccd87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## LangSIG

[![Read the Docs](https://readthedocs.org/projects/lang-sig/badge/?version=latest)](https://lang-sig.readthedocs.io/en/latest/)

#### 사용법
- $ cd docs
- $ pip install -r requirements.txt
Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
html_theme_options = {
'repository_url': 'https://github.com/Lang-SIG/LangSIG',
'use_download_button': False,
'single_page': False,
}
html_sidebars = {
"**": []
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx==4.4.0
sphinx-book-theme==0.2.0
Sphinx==7.1.2
sphinx-book-theme==1.0.1

0 comments on commit 85ccd87

Please sign in to comment.