Skip to content

Commit

Permalink
Sync demo content
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alcarney committed Dec 27, 2023
1 parent b95987c commit b3a0c0f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 102 deletions.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

20 changes: 0 additions & 20 deletions Makefile

This file was deleted.

17 changes: 8 additions & 9 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,22 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'Esbonio Demo'
copyright = '2023, .'
author = '.'
release = '1.0'
project = "Esbonio Demo"
copyright = "2023, Esbonio Developers"
author = "Esbonio Developers"
release = "1.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = []

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "env", ".tox"]


# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_static_path = ['_static']
html_theme = "alabaster"
html_static_path = ["_static"]
20 changes: 5 additions & 15 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
.. Esbonio Demo documentation master file, created by
sphinx-quickstart on Mon Sep 25 16:02:32 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Esbonio Demo
============

Welcome to the demo documentation site for the Esbonio language server!


Welcome to Esbonio Demo's documentation!
========================================

.. toctree::
:maxdepth: 2
:caption: Contents:



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
35 changes: 0 additions & 35 deletions make.bat

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx

myst-parser
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
dependencies = Update requirements.txt
skip_install = True
deps = pip-tools
commands = pip-compile
commands = pip-compile

0 comments on commit b3a0c0f

Please sign in to comment.