ζ₯ζ: | 2025-05-13 |
---|---|
δ½: | ζι¨ε |
γγΌγΈγ§γ³: | 2025.3 |
URL: | https://shiguredo.jp/ |
θ¨θͺ
ζ₯ζ: | 2025-05-13 |
---|---|
δ½: | ζι¨ε |
γγΌγΈγ§γ³: | 2025.3 |
URL: | https://shiguredo.jp/ |
θ¨θͺ
#!/bin/sh | |
rm -rf .git | |
hg init . | |
hg add | |
hg commit -m 'git to hg' | |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
from subprocess import Popen | |
import shlex | |
import sys | |
import os | |
SPHINXOPTS = "" | |
SPHINXBUILD = "sphinx-build" |
from sphinx.websupport import WebSupport | |
from sphinx.websupport.errors import DocumentNotFoundError | |
from sphinx.websupport.search import whooshsearch | |
from whoosh.fields import Schema, ID, TEXT, NGRAM | |
import os | |
import shutil | |
ROOT = '/absoulte/path/to/sampledoc' |