diff options
author | Linus Torvalds | 2017-09-13 10:18:34 -0700 |
---|---|---|
committer | Linus Torvalds | 2017-09-13 10:18:34 -0700 |
commit | 20e52ee536a53d7c0f29ba82f108d6eff27140ba (patch) | |
tree | f4a2834869d1199880571d1bffcf368869f25eca /scripts | |
parent | e7989f973ae1b90ec7c0b671c81f7f553affccbe (diff) | |
parent | 6fad4e69e835932ed5a79c13c5bd4772dd96101d (diff) |
Merge tag 'docs-4.14' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet:
"A cleanup from Mauro that needed to wait for the media pull, plus a
handful of other fixes that wandered in"
* tag 'docs-4.14' of git://git.lwn.net/linux:
kokr/memory-barriers.txt: Apply atomic_t.txt change
kokr/doc: Update memory-barriers.txt for read-to-write dependencies
docs-rst: don't require adjustbox anymore
docs-rst: conf.py: only setup notice box colors if Sphinx < 1.6
docs-rst: conf.py: remove lscape from LaTeX preamble
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sphinx-pre-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install index 677756ae34c9..067459760a7b 100755 --- a/scripts/sphinx-pre-install +++ b/scripts/sphinx-pre-install @@ -40,7 +40,6 @@ my $virtualenv = 1; # my %texlive = ( - 'adjustbox.sty' => 'texlive-adjustbox', 'amsfonts.sty' => 'texlive-amsfonts', 'amsmath.sty' => 'texlive-amsmath', 'amssymb.sty' => 'texlive-amsfonts', |