diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc7b9a2..5738824 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,8 +68,6 @@ pages: - cp config.yaml.example config.yaml - apt update && apt install build-essential - pip install -r requirements.txt - - pip install -U sphinx sphinx-press-theme sphinx-jsonschema - - pushd scripts && DISABLE_METRICS=true python update_schemas.py && popd - pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd artifacts: paths: diff --git a/docs/index.rst b/docs/index.rst index d7509a9..7302abf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,6 @@ Documentation Home tech/conf.rst tech/resource.rst tech/automation.rst - tech/schemas.rst Indices and tables diff --git a/docs/publisher/api.rst b/docs/publisher/api.rst index c6ed375..5b8c2dd 100644 --- a/docs/publisher/api.rst +++ b/docs/publisher/api.rst @@ -1,6 +1,6 @@ -============ +===================== Bypass Censorship API -============ +===================== Introduction ------------ diff --git a/docs/tech/schemas.rst b/docs/tech/schemas.rst deleted file mode 100644 index a027725..0000000 --- a/docs/tech/schemas.rst +++ /dev/null @@ -1,17 +0,0 @@ -Mirror List Formats -=================== - -Bypass Censorship Extension ---------------------------- - -.. jsonschema:: app.lists.bc2.schema - -Mirror Analytics ----------------- - -.. jsonschema:: app.lists.mirror_mapping.schema - -Tor Bridges ------------ - -.. jsonschema:: app.lists.bridgelines.schema \ No newline at end of file