aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-16tests docs: update python3 venv packagesDave Wallace1-1/+1
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-37/+50
2022-03-28libmemif: refactor examplesJakub Grajciar1-1/+1
2021-11-16docs: consume fd.io version listNathan Skrzypczak1-6/+2
2021-10-13docs: better docs, mv doxygen to sphinxNathan Skrzypczak1-3/+9
2021-08-13tests docs: upgrade python packagesDave Wallace1-3/+3
2020-04-02docs: Fix venv under python3Paul Vinciguerra1-4/+2
2020-03-23docs: add container functional test writeupDave Barach1-1/+1
2020-01-24docs: Update the requirements and fix the buildJohn DeNisco1-2/+4
2019-11-06docs: Rewrite the what is VPP (first) section, also fix the buildJohn DeNisco1-2/+2
2019-11-06docs: add spellcheck to 'make docs' sphinx docsPaul Vinciguerra1-5/+10
2019-09-11docs: run-sphinx-docs-mergedjdenisco1-1/+1
2019-07-19docs: Fix conf.py for read the docsjdenisco1-1/+0
2019-05-17docs: Fix Versions and Titlesjdenisco1-2/+2
2019-05-16docs: Update sphinx, requirements, support markdown tablesjdenisco1-4/+7
2018-08-14DOCS: Moved multiarch and build system, Incorprated Scott's changesJohn DeNisco1-2/+2
2018-07-26Initial commit of Sphinx docsJohn DeNisco1-0/+178
-r docs/etc/requirements.txt $ cd docs Which installs all the required applications into it's own, isolated, virtual environment, so as to not interfere with other builds that may use different versions of software. Build the html files ---------------------------- Be sure you are in your vpp/docs directory, since that is where Sphinx will look for your conf.py file, and build the documents into an index.html file $ make html View the results ------------------------ If there are no errors during the build process, you should now have an index.html file in your vpp/docs/_build/html directory, which you can then view in your browser.