Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 5f47aaf

Browse files
committed
moved everything back to docs/ directory from the source directory and moved conf.py to root directory to access docs in other subproject folders like vcx.
Signed-off-by: Michael Boyd <[email protected]>
1 parent dd346b8 commit 5f47aaf

File tree

283 files changed

+27
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+27
-27
lines changed

MAINTAINERS.md

+1-1

README.md

+21-21

docs/source/conf.py renamed to conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.6
1+
# This file is used to build the sphinx documentation for this repository.
22

33
# -*- coding: utf-8 -*-
44
#
@@ -60,7 +60,7 @@
6060

6161

6262
# The master toctree document.
63-
master_doc = 'index'
63+
master_doc = 'docs/index'
6464

6565
source_suffix = ['.rst', '.md']
6666
# The language for content autogenerated by Sphinx. Refer to documentation

docs/source/Makefile renamed to docs/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
# You can set these variables from the command line.
55
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
7-
SOURCEDIR = .
7+
SOURCEDIR = ../
88
BUILDDIR = _build
9-
CONFDIR = .
109

1110
# Put it first so that "make" without argument is like "make help".
1211
help:
File renamed without changes.

docs/source/index.rst renamed to docs/index.rst

+2-1
File renamed without changes.

0 commit comments

Comments
 (0)