Skip to content

Commit

Permalink
Remove lfdocs_conf
Browse files Browse the repository at this point in the history
This project is unmaintained and basically useless.

Change-Id: I8d373a8365166af050b397a786e7ddb34f988256
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Mar 27, 2023
1 parent ee16905 commit 6b0a773
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
11 changes: 10 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
from docs_conf.conf import * # flake8: noqa
project = 'Releng'
extensions = [
'sphinx.ext.autosectionlabel'
]
html_theme = "piccolo_theme"
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 4
numfig = True
numfig_format = {'figure': 'Figure %s', 'table': 'Table %s',
'code-block': 'Listing %s', 'section': 'Section %s'}
3 changes: 0 additions & 3 deletions docs/conf.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
lfdocs-conf
sphinxcontrib-httpdomain
sphinx-opnfv-theme
jenkins-job-builder
piccolo-theme
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ envlist = jjb,docs
skipsdist = True

[testenv]
basepython = python3
basepython = python3.10
usedevelop = False
deps =
-chttps://opendev.org/openstack/requirements/raw/branch/stable/zed/upper-constraints.txt
-cupper-constraints.txt
-r{toxinidir}/test-requirements.txt

[testenv:jjb]
Expand Down
6 changes: 6 additions & 0 deletions upper-constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphinxcontrib-needs===0.7.9
sphinxcontrib.plantuml===0.24
sphinx_toolbox==3.2.0
sphinxcontrib.nwdiag===2.0.0
sphinxcontrib-swaggerdoc===0.1.7
sphinx-rtd-theme===1.0.0

0 comments on commit 6b0a773

Please sign in to comment.