mirror of
https://github.com/SantaSpeen/anixart.git
synced 2026-06-25 05:51:25 +00:00
У readthedocs умер mkdocs. Убираем эту плтформу
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
# .readthedocs.yaml
|
|
||||||
# Read the Docs configuration file
|
|
||||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
||||||
|
|
||||||
# Required
|
|
||||||
version: 2
|
|
||||||
|
|
||||||
# Set the version of Python and other tools you might need
|
|
||||||
build:
|
|
||||||
os: ubuntu-20.04
|
|
||||||
tools:
|
|
||||||
python: "3.8"
|
|
||||||
|
|
||||||
mkdocs:
|
|
||||||
configuration: mkdocs.yml
|
|
||||||
|
|
||||||
# Optionally declare the Python requirements required to build your docs
|
|
||||||
python:
|
|
||||||
install:
|
|
||||||
- requirements: requirements.txt
|
|
||||||
-48
@@ -1,48 +0,0 @@
|
|||||||
site_name: anixart
|
|
||||||
repo_url: https://github.com/SantaSpeen/anixart
|
|
||||||
site_author: Maxim Khomutov
|
|
||||||
remote_name: master
|
|
||||||
use_directory_urls: true
|
|
||||||
|
|
||||||
nav:
|
|
||||||
- Введение: index.md
|
|
||||||
- Общая информация:
|
|
||||||
Быстрое начало: home/index.md
|
|
||||||
Примеры использования: home/examples.md
|
|
||||||
- API библиотеки:
|
|
||||||
Введение: LibApi/index.md
|
|
||||||
Метки и условные обозначения: LibApi/tags.md
|
|
||||||
Методы: LibApi/methods.md
|
|
||||||
Неописанные методы: LibApi/todo_methods.md
|
|
||||||
- API Anixart:
|
|
||||||
Введение: anixApi/index.md
|
|
||||||
Auth: anixApi/auth.md
|
|
||||||
Profile: anixApi/profile.md
|
|
||||||
Collections: anixApi/collections.md
|
|
||||||
Release: anixApi/release.md
|
|
||||||
Other: anixApi/other.md
|
|
||||||
|
|
||||||
- CHANGELOG: CHANGELOG.md
|
|
||||||
- Обратная связь: callback.md
|
|
||||||
|
|
||||||
theme:
|
|
||||||
name: material
|
|
||||||
locale: ru
|
|
||||||
highlightjs: true
|
|
||||||
palette:
|
|
||||||
- scheme: default
|
|
||||||
toggle:
|
|
||||||
icon: material/weather-sunny
|
|
||||||
name: Включить ночную тему.
|
|
||||||
- scheme: slate
|
|
||||||
toggle:
|
|
||||||
icon: material/weather-night
|
|
||||||
name: Включить дневную тему.
|
|
||||||
|
|
||||||
markdown_extensions:
|
|
||||||
- pymdownx.highlight:
|
|
||||||
anchor_linenums: true
|
|
||||||
- pymdownx.inlinehilite
|
|
||||||
- pymdownx.snippets
|
|
||||||
- pymdownx.superfences
|
|
||||||
- tables
|
|
||||||
Reference in New Issue
Block a user