mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
docs: fixed warnings
This fixes the following warnings: (...)/host/docs/install.dox:43: warning: Found unknown command '\VS20XX' (...)/host/docs/install.dox:43: warning: Found unknown command '\MSYY' (...)/host/docs/install.dox:43: warning: Found unknown command '\dll' WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). WARNING: html_static_path entry '_static' does not exist
This commit is contained in:
parent
3162d75122
commit
5ce9a6af21
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ and compiler version used for the UHD binaries. This detail is indicated
|
|||
in the name of the installer executable;
|
||||
for example, uhd_4.7.0.0-release_Win64_VS2017.exe indicates it was built
|
||||
for the 64-bit Windows platform using the Visual Studio 2017 compiler suite.
|
||||
Copy all files from the path \VS20XX\MSYY\dll within the archive to the bin folder
|
||||
Copy all files from the path \\VS20XX\\MSYY\\dll within the archive to the bin folder
|
||||
of the UHD installation location (by default "C:\Program Files\UHD\bin").
|
||||
VS20XX is the Visual Studio version that you find in the name of the UHD installer.
|
||||
YY is the bitness of your Windows version (32 or 64).
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ master_doc = 'index'
|
|||
#
|
||||
# This is also used if you do content translation via gettext catalogs.
|
||||
# Usually you set "language" from the command line for these cases.
|
||||
language = None
|
||||
language = 'en'
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
|
|
@ -87,7 +87,7 @@ html_theme = 'alabaster'
|
|||
# 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']
|
||||
|
||||
# Custom sidebar templates, must be a dictionary that maps document names
|
||||
# to template names.
|
||||
|
|
|
|||
Loading…
Reference in a new issue