Browse Source

use sphinx instead of mkdocs

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Sasank Chilamkurthy 4 years ago
parent
commit
e58642e2d3
2 changed files with 3 additions and 22 deletions
  1. +0
    -16
      mkdocs.yml
  2. +3
    -6
      readthedocs.yml

+ 0
- 16
mkdocs.yml View File

@@ -1,16 +0,0 @@
site_name: Lark
theme: readthedocs
pages:
- Main Page: index.md
- Philosophy: philosophy.md
- Features: features.md
- Parsers: parsers.md
- How To Use (Guide): how_to_use.md
- How To Develop (Guide): how_to_develop.md
- Grammar Reference: grammar.md
- Tree Construction Reference: tree_construction.md
- Visitors and Transformers: visitors.md
- Classes Reference: classes.md
- Recipes: recipes.md
- Import grammars from Nearley: nearley.md
- Tutorial - JSON Parser: json_tutorial.md

+ 3
- 6
readthedocs.yml View File

@@ -1,10 +1,7 @@
version: 2

mkdocs:
configuration: mkdocs.yml
fail_on_warning: false

formats: all

python:
version: 3.5
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

Loading…
Cancel
Save