diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-04-19 20:20:34 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-04-19 20:20:34 +0000 |
commit | adea497673dab74b08fa2546e69619f1abe55662 (patch) | |
tree | 73293d01e7bf54f116fd88235e59b3e091a043e9 | |
parent | 3020c964408e369a81a61013111b9185e6884331 (diff) | |
download | external_llvm-adea497673dab74b08fa2546e69619f1abe55662.zip external_llvm-adea497673dab74b08fa2546e69619f1abe55662.tar.gz external_llvm-adea497673dab74b08fa2546e69619f1abe55662.tar.bz2 |
[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155153 91177308-0d34-0410-b5e6-96231b3b80d8
47 files changed, 46 insertions, 46 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 7412712..6388235 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Alias Analysis Infrastructure</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/Atomics.html b/docs/Atomics.html index fc15e27..2358f4d 100644 --- a/docs/Atomics.html +++ b/docs/Atomics.html @@ -4,7 +4,7 @@ <head> <title>LLVM Atomic Instructions and Concurrency Guide</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index d208848..a8777ee 100644 --- a/docs/BitCodeFormat.html +++ b/docs/BitCodeFormat.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Bitcode File Format</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> <h1> LLVM Bitcode File Format</h1> diff --git a/docs/BranchWeightMetadata.html b/docs/BranchWeightMetadata.html index 38b87ba..63c63a4 100644 --- a/docs/BranchWeightMetadata.html +++ b/docs/BranchWeightMetadata.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Branch Weight Metadata</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html index 9794f2c..bcd34b8 100644 --- a/docs/Bugpoint.html +++ b/docs/Bugpoint.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM bugpoint tool: design and usage</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <h1> diff --git a/docs/CMake.html b/docs/CMake.html index acc7fe9..ff8bf30 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Building LLVM with CMake</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <h1> diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index c4b15df..2829a94 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>The LLVM Target-Independent Code Generator</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> <style type="text/css"> .unknown { background-color: #C0C0C0; text-align: center; } diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 5390a7a..f92c20b 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -3,7 +3,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> <title>LLVM Coding Standards</title> </head> <body> diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 179e8e6..6f3298a 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>CommandLine 2.0 Library Manual</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/CompilerWriterInfo.html b/docs/CompilerWriterInfo.html index 857a1d4..6619065 100644 --- a/docs/CompilerWriterInfo.html +++ b/docs/CompilerWriterInfo.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Architecture/platform information for compiler writers</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/DebuggingJITedCode.html b/docs/DebuggingJITedCode.html index 2ed3eb1..c318846 100644 --- a/docs/DebuggingJITedCode.html +++ b/docs/DebuggingJITedCode.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Debugging JITed Code With GDB</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 93eb3d3..bf52ad2 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Developer Policy</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index 5ee1c4b..ae0fa51 100644 --- a/docs/ExceptionHandling.html +++ b/docs/ExceptionHandling.html @@ -6,7 +6,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Exception Handling in LLVM."> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index f8ba195..99e209b 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Extending LLVM: Adding instructions, intrinsics, types, etc.</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/FAQ.html b/docs/FAQ.html index 2a46a9e..5988809 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM: Frequently Asked Questions</title> <style type="text/css"> - @import url("llvm.css"); + @import url("_static/llvm.css"); .question { font-weight: bold } .answer { margin-left: 2em } </style> diff --git a/docs/GCCFEBuildInstrs.html b/docs/GCCFEBuildInstrs.html index 6eb409b..0caf9d8 100644 --- a/docs/GCCFEBuildInstrs.html +++ b/docs/GCCFEBuildInstrs.html @@ -3,7 +3,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <link rel="stylesheet" href="llvm.css" type="text/css" media="screen"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css" media="screen"> <title>Building the LLVM GCC Front-End</title> </head> <body> diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index 53ea192..778297c 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" Content="text/html; charset=UTF-8" > <title>Accurate Garbage Collection with LLVM</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> <style type="text/css"> .rowhead { text-align: left; background: inherit; } .indent { padding-left: 1em; } diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index 6af95f5..bddb1d6 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>The Often Misunderstood GEP Instruction</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> <style type="text/css"> TABLE { text-align: left; border: 1px solid black; border-collapse: collapse; margin: 0 0 0 0; } </style> diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 561645f..9c4a314 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Getting Started with LLVM System</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index d7c1efc..b0ed824 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Getting Started with LLVM System for Microsoft Visual Studio</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 2c08bd0..1e99a5a 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM gold plugin</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/HowToAddABuilder.html b/docs/HowToAddABuilder.html index 0de2dac..985b30e 100644 --- a/docs/HowToAddABuilder.html +++ b/docs/HowToAddABuilder.html @@ -6,7 +6,7 @@ <title> How To Add Your Build Configuration To LLVM Buildbot Infrastructure </title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index 396b4fe..382e18f 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>How To Release LLVM To The Public</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index baefce3..6004bec 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>How to submit an LLVM bug report</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/LLVMBuild.html b/docs/LLVMBuild.html index f39a8a6..43726a1 100644 --- a/docs/LLVMBuild.html +++ b/docs/LLVMBuild.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVMBuild Documentation</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/LangRef.html b/docs/LangRef.html index 9989cc8..cdf2807 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -7,7 +7,7 @@ <meta name="author" content="Chris Lattner"> <meta name="description" content="LLVM Assembly Language Reference Manual."> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/Lexicon.html b/docs/Lexicon.html index c6c3a81..f43eff5 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>The LLVM Lexicon</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> <meta name="author" content="Various"> <meta name="description" content="A glossary of terms used with the LLVM project."> diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index c9c78b9..8063fa8 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Link Time Optimization: Design and Implementation</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <h1> diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index ee0115d..961b1e5 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Makefile Guide</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/Packaging.html b/docs/Packaging.html index ed7cfbe..51e9375 100644 --- a/docs/Packaging.html +++ b/docs/Packaging.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Advice on Packaging LLVM</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/Passes.html b/docs/Passes.html index 840b2ef..ac72435 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -3,7 +3,7 @@ <html> <head> <title>LLVM's Analysis and Transform Passes</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 267ff92..854f90e 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <title>LLVM Programmer's Manual</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/Projects.html b/docs/Projects.html index da4b064..54f747e 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Creating an LLVM Project</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e5f3047..be67b6d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -3,7 +3,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> <title>LLVM 3.1 Release Notes</title> </head> <body> diff --git a/docs/SegmentedStacks.html b/docs/SegmentedStacks.html index 16f5507..052003b 100644 --- a/docs/SegmentedStacks.html +++ b/docs/SegmentedStacks.html @@ -2,7 +2,7 @@ <html> <head> <title>Segmented Stacks in LLVM</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 4f6e73a..45f7e22 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Source Level Debugging with LLVM</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/SystemLibrary.html b/docs/SystemLibrary.html index a3629d9..1ef221f 100644 --- a/docs/SystemLibrary.html +++ b/docs/SystemLibrary.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>System Library</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index b401c7a..b374cc5 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>TableGen Fundamentals</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/TestSuiteMakefileGuide.html b/docs/TestSuiteMakefileGuide.html index 876fe42..0a644d2 100644 --- a/docs/TestSuiteMakefileGuide.html +++ b/docs/TestSuiteMakefileGuide.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM test-suite Makefile Guide</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index acf52df..1f9c915 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>LLVM Testing Infrastructure Guide</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html index 3d0dc3f..441d122 100644 --- a/docs/WritingAnLLVMBackend.html +++ b/docs/WritingAnLLVMBackend.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Writing an LLVM Compiler Backend</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index c7cad4b..af1ffa4 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Writing an LLVM Pass</title> - <link rel="stylesheet" href="llvm.css" type="text/css"> + <link rel="stylesheet" href="_static/llvm.css" type="text/css"> </head> <body> diff --git a/docs/img/lines.gif b/docs/_static/lines.gif Binary files differindex 88f491e..88f491e 100644 --- a/docs/img/lines.gif +++ b/docs/_static/lines.gif diff --git a/docs/llvm.css b/docs/_static/llvm.css index e3e6351..d7b5dae 100644 --- a/docs/llvm.css +++ b/docs/_static/llvm.css @@ -16,7 +16,7 @@ table { text-align: center; border: 2px solid black; margin-right: 1em; margin-bottom: 1em; } tr, td { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; } th { border: 2px solid gray; font-weight: bold; font-size: 105%; - background: url("img/lines.gif"); + background: url("lines.gif"); font-family: "Georgia,Palatino,Times,Roman,SanSerif"; text-align: center; vertical-align: middle; } /* @@ -24,7 +24,7 @@ th { border: 2px solid gray; font-weight: bold; font-size: 105%; */ /* Common for title and header */ .doc_title, .doc_section, .doc_subsection, h1, h2, h3 { - color: black; background: url("img/lines.gif"); + color: black; background: url("lines.gif"); font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold; border-width: 1px; border-style: solid none solid none; diff --git a/docs/conf.py b/docs/conf.py index 324410e..4d43332 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -119,7 +119,7 @@ html_theme_path = ["."] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -#html_static_path = ['_static'] +html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/docs/llvm-theme/static/llvm.css b/docs/llvm-theme/static/llvm-theme.css index da4f648..da4f648 100644 --- a/docs/llvm-theme/static/llvm.css +++ b/docs/llvm-theme/static/llvm-theme.css diff --git a/docs/llvm-theme/theme.conf b/docs/llvm-theme/theme.conf index 330fc92..573fd78 100644 --- a/docs/llvm-theme/theme.conf +++ b/docs/llvm-theme/theme.conf @@ -1,4 +1,4 @@ [theme] inherit = basic -stylesheet = llvm.css +stylesheet = llvm-theme.css pygments_style = friendly |