X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fconf.py;h=b2290b4474fe85c9489983cce5af78a49ad70c30;hb=3006df511e6346d2e7d6e9ddf909283d41d2ae8a;hp=bb172943ac50f4fd1d285b74c07f6b320fd3b572;hpb=536884d6963164ebba88f3633d2e22e5bbcc069c;p=dpdk.git diff --git a/doc/guides/conf.py b/doc/guides/conf.py index bb172943ac..b2290b4474 100644 --- a/doc/guides/conf.py +++ b/doc/guides/conf.py @@ -38,12 +38,16 @@ from pygments.formatters.latex import LatexFormatter project = 'DPDK' html_show_copyright = False +highlight_language = 'none' version = subprocess.check_output(['make', '-sRrC', '../../', 'showversion']).decode('utf-8') release = version master_doc = 'index' +# Figures, tables and code-blocks automatically numbered if they have caption +numfig = True + latex_documents = [ ('index', 'doc.tex',