Skip to content

shiguredo/sphinx_shiguredo_theme

Repository files navigation

sphinx_shiguredo_theme

License

About Shiguredo's open source software

We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only available in Japanese.

Please read https://github.com/shiguredo/oss/blob/master/README.en.md before use.

時雨堂のオープンソースソフトウェアについて

利用前に https://github.com/shiguredo/oss をお読みください。

スクリーンショット

Image from Gyazo

実際に利用しているサイト

デプロイ

Cloudflare Pages を利用している。

検索

Meilisearch を利用可能。

conf.py に Meilisearch の設定を追加すると利用可能になる。

html_theme_options = {
    'meilisearch': True,
    'meilisearch_api_key': 'xxx',
    'meilisearch_host_url': 'https://meilisearch.example.com/',
    'meilisearch_index_uid': 'docs'
}

Image from Gyazo

ライセンス

Copyright 2021-2024, Shiguredo Inc.
Copyright 2021-2022, Yuki Ito (Original Author)


Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.